summaryrefslogtreecommitdiff
path: root/benchmark/buffers/buffer-hex.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/buffers/buffer-hex.js')
-rw-r--r--benchmark/buffers/buffer-hex.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/buffers/buffer-hex.js b/benchmark/buffers/buffer-hex.js
index 4d87313961..1b49ca7453 100644
--- a/benchmark/buffers/buffer-hex.js
+++ b/benchmark/buffers/buffer-hex.js
@@ -3,8 +3,8 @@
const common = require('../common.js');
const bench = common.createBenchmark(main, {
- len: [0, 1, 64, 1024],
- n: [1e7]
+ len: [64, 1024],
+ n: [1e6]
});
function main({ len, n }) {