mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
const common = require('../common.js');
|
const common = require('../common.js');
|
||||||
|
|
||||||
const bench = common.createBenchmark(main, {
|
const bench = common.createBenchmark(main, {
|
||||||
bytes: [0, 8, 128, 32 * 1024],
|
bytes: [8, 128, 1024],
|
||||||
partial: ['true', 'false'],
|
partial: ['true', 'false'],
|
||||||
n: [6e6],
|
n: [6e6],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue