Skip to content

Commit 78a6c73

Browse files
rluvatonruyadorno
authored andcommitted
benchmark: shorten pipe-to by reducing number of chunks
PR-URL: #49577 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Debadree Chatterjee <[email protected]>
1 parent 08ffc63 commit 78a6c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/webstreams/pipe-to.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const {
66
} = require('node:stream/web');
77

88
const bench = common.createBenchmark(main, {
9-
n: [5e6],
9+
n: [5e5],
1010
highWaterMarkR: [512, 1024, 2048, 4096],
1111
highWaterMarkW: [512, 1024, 2048, 4096],
1212
});

0 commit comments

Comments
 (0)