mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 13:09:21 +01:00
benchmark: adjust byte size for buffer-copy
PR-URL: https://github.com/nodejs/node/pull/55295 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
80b56bbab0
commit
48b852a7f5
@ -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],
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user