Skip to content

Commit b802d51

Browse files
Trotttargos
authored andcommitted
test: fix test-benchmark-streams
test-benchmark-streams is currently failing because the `sync` option is not specified in the test, resulting in too many benchmarks running. PR-URL: #30757 Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent d7f1b0c commit b802d51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/benchmark/test-benchmark-streams.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const runBenchmark = require('../common/benchmark');
77
runBenchmark('streams',
88
[
99
'kind=duplex',
10+
'n=1',
11+
'sync=no',
1012
'type=buffer',
11-
'n=1'
1213
],
1314
{ NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });

0 commit comments

Comments
 (0)