Skip to content

Commit 2aa8654

Browse files
TrottMylesBorins
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 <Bethany.Griggs@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 043163a commit 2aa8654

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/benchmark/test-benchmark-streams.js

Lines changed: 2 additions & 1 deletion
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)