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