summaryrefslogtreecommitdiff
path: root/benchmark/misc/console.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/misc/console.js')
-rw-r--r--benchmark/misc/console.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/misc/console.js b/benchmark/misc/console.js
index 9c7c548590..8e9fbd8c54 100644
--- a/benchmark/misc/console.js
+++ b/benchmark/misc/console.js
@@ -12,7 +12,7 @@ const methods = [
'restAndConcat'
];
-var bench = common.createBenchmark(main, {
+const bench = common.createBenchmark(main, {
method: methods,
concat: [1, 0],
n: [1000000]