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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/process/next-tick-depth-args.js b/benchmark/process/next-tick-depth-args.js
index 7cac87b014..de792b303c 100644
--- a/benchmark/process/next-tick-depth-args.js
+++ b/benchmark/process/next-tick-depth-args.js
@@ -1,7 +1,7 @@
'use strict';
-var common = require('../common.js');
-var bench = common.createBenchmark(main, {
+const common = require('../common.js');
+const bench = common.createBenchmark(main, {
millions: [12]
});