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