Skip to content

Commit

Permalink
benchmark: adjust byte size for buffer-copy
Browse files Browse the repository at this point in the history
PR-URL: #55295
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
RafaelGSS authored and ruyadorno committed Nov 27, 2024
1 parent 0ee6715 commit 5c3ee88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/buffers/buffer-copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const common = require('../common.js');

const bench = common.createBenchmark(main, {
bytes: [0, 8, 128, 32 * 1024],
bytes: [8, 128, 1024],
partial: ['true', 'false'],
n: [6e6],
});
Expand Down

0 comments on commit 5c3ee88

Please sign in to comment.