Skip to content

Commit

Permalink
test: fix test-benchmark-streams
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trott authored and BethGriggs committed Dec 31, 2019
1 parent 616927f commit 295b9d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/benchmark/test-benchmark-streams.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ const runBenchmark = require('../common/benchmark');
runBenchmark('streams',
[
'kind=duplex',
'n=1',
'sync=no',
'type=buffer',
'n=1'
],
{ NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });

0 comments on commit 295b9d0

Please sign in to comment.