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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎benchmark/buffers/buffer-copy.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
constcommon=require('../common.js');
33

44
constbench=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)