summaryrefslogtreecommitdiff
path: root/benchmark/process/next-tick-breadth-args.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/process/next-tick-breadth-args.js')
-rw-r--r--benchmark/process/next-tick-breadth-args.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/process/next-tick-breadth-args.js b/benchmark/process/next-tick-breadth-args.js
index 6baa8d9960..f7f9882c87 100644
--- a/benchmark/process/next-tick-breadth-args.js
+++ b/benchmark/process/next-tick-breadth-args.js
@@ -2,7 +2,7 @@
const common = require('../common.js');
const bench = common.createBenchmark(main, {
- n: [4e6]
+ n: [1e7]
});
function main({ n }) {