Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b5c7dad

Browse filesBrowse 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 <Bethany.Griggs@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 19b31c1 commit b5c7dad
Copy full SHA for b5c7dad

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎test/benchmark/test-benchmark-streams.js‎

Copy file name to clipboardExpand all lines: test/benchmark/test-benchmark-streams.js
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.