8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ffc63 commit 78a6c73Copy full SHA for 78a6c73
benchmark/webstreams/pipe-to.js
@@ -6,7 +6,7 @@ const {
6
} = require('node:stream/web');
7
8
const bench = common.createBenchmark(main, {
9
- n: [5e6],
+ n: [5e5],
10
highWaterMarkR: [512, 1024, 2048, 4096],
11
highWaterMarkW: [512, 1024, 2048, 4096],
12
});