We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de265b9 commit 470789aCopy full SHA for 470789a
benchmark/buffers/buffer-copy.js
@@ -2,7 +2,7 @@
2
const common = require('../common.js');
3
4
const bench = common.createBenchmark(main, {
5
- bytes: [0, 8, 128, 32 * 1024],
+ bytes: [8, 128, 1024],
6
partial: ['true', 'false'],
7
n: [6e6],
8
}, {
0 commit comments