Skip to content

Commit

Permalink
benchmark: update iterations of benchmark/domain/domain-fn-args.js
Browse files Browse the repository at this point in the history
Fixes: #50571
PR-URL: #51408
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
  • Loading branch information
lucshi authored and richardlau committed Mar 25, 2024
1 parent 58255e7 commit 350e9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/domain/domain-fn-args.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const domain = require('domain');

const bench = common.createBenchmark(main, {
args: [0, 1, 2, 3],
n: [10],
n: [1e4],
});

const bdomain = domain.create();
Expand Down

0 comments on commit 350e9fe

Please sign in to comment.