summaryrefslogtreecommitdiff
path: root/benchmark/es/map-bench.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/es/map-bench.js')
-rw-r--r--benchmark/es/map-bench.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/es/map-bench.js b/benchmark/es/map-bench.js
index d34010c6d5..a2f9e2450a 100644
--- a/benchmark/es/map-bench.js
+++ b/benchmark/es/map-bench.js
@@ -6,7 +6,7 @@ const assert = require('assert');
const bench = common.createBenchmark(main, {
method: [
'object', 'nullProtoObject', 'nullProtoLiteralObject', 'storageObject',
- 'fakeMap', 'map'
+ 'fakeMap', 'map',
],
n: [1e6]
});