summaryrefslogtreecommitdiff
path: root/benchmark/util/inspect.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/util/inspect.js')
-rw-r--r--benchmark/util/inspect.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmark/util/inspect.js b/benchmark/util/inspect.js
index 1cf889d7ee..913850690c 100644
--- a/benchmark/util/inspect.js
+++ b/benchmark/util/inspect.js
@@ -1,14 +1,14 @@
'use strict';
-var util = require('util');
+const util = require('util');
-var common = require('../common.js');
+const common = require('../common.js');
const opts = {
showHidden: { showHidden: true },
colors: { colors: true },
none: undefined
};
-var bench = common.createBenchmark(main, {
+const bench = common.createBenchmark(main, {
n: [2e6],
method: [
'Object',