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 e4e1212

Browse filesBrowse files
Trottgibfahn
authored andcommitted
test: add more settings to test-benchmark-dgram
Add settings to test-benchmark-dgram such that it only runs benchmark per benchmark file. PR-URL: #17462 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 6dea0f8 commit e4e1212
Copy full SHA for e4e1212

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎test/parallel/test-benchmark-dgram.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-benchmark-dgram.js
+7-1Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@ require('../common');
44

55
const runBenchmark = require('../common/benchmark');
66

7-
runBenchmark('dgram', ['dur=0.1', 'chunks=2']);
7+
runBenchmark('dgram', ['address=true',
8+
'chunks=2',
9+
'dur=0.1',
10+
'len=1',
11+
'n=1',
12+
'num=1',
13+
'type=send']);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.