Skip to content

Commit

Permalink
benchmark: shorten pipe-to by reducing number of chunks
Browse files Browse the repository at this point in the history
PR-URL: #49577
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
  • Loading branch information
rluvaton committed Sep 13, 2023
1 parent f5bb2c7 commit 7ad4c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/webstreams/pipe-to.js
Expand Up @@ -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],
});
Expand Down

0 comments on commit 7ad4c0f

Please sign in to comment.