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