We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee6715 commit 5c3ee88Copy full SHA for 5c3ee88
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