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 <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
Trott authored and targos committed Dec 3, 2019
1 parent 19b31c1 commit b5c7dad
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 b5c7dad

Please sign in to comment.