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 <luigipinca@gmail.com>
  • Loading branch information
RafaelGSS authored Oct 14, 2024
1 parent 80b56bb commit 48b852a
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 48b852a

Please sign in to comment.