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