Skip to content

Commit c5abf50

Browse files
RafaelGSSaduh95
authored andcommitted
benchmark: adjust byte size for buffer-copy
PR-URL: #55295 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent c028d21 commit c5abf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/buffers/buffer-copy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const common = require('../common.js');
33

44
const bench = common.createBenchmark(main, {
5-
bytes: [0, 8, 128, 32 * 1024],
5+
bytes: [8, 128, 1024],
66
partial: ['true', 'false'],
77
n: [6e6],
88
});

0 commit comments

Comments
 (0)