We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58255e7 commit 350e9feCopy full SHA for 350e9fe
benchmark/domain/domain-fn-args.js
@@ -4,7 +4,7 @@ const domain = require('domain');
4
5
const bench = common.createBenchmark(main, {
6
args: [0, 1, 2, 3],
7
- n: [10],
+ n: [1e4],
8
});
9
10
const bdomain = domain.create();
0 commit comments