Skip to content

Commit cca3526

Browse files
TrottMylesBorins
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 <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 562007c commit cca3526

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/parallel/test-benchmark-dgram.js

+7-1
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)