mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
benchmark: shorten pipe-to by reducing number of chunks
PR-URL: https://github.com/nodejs/node/pull/49577 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
This commit is contained in:
parent
f5bb2c7d20
commit
7ad4c0f4a6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const {
|
|||
} = require('node:stream/web');
|
||||
|
||||
const bench = common.createBenchmark(main, {
|
||||
n: [5e6],
|
||||
n: [5e5],
|
||||
highWaterMarkR: [512, 1024, 2048, 4096],
|
||||
highWaterMarkW: [512, 1024, 2048, 4096],
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue