Skip to content

Commit 52f2487

Browse files
committed
test: add more settings to test-benchmark-dgram
Add settings to test-benchmark-dgram such that it only runs benchmark per benchmark file.
1 parent 751ab11 commit 52f2487

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@ require('../common');
44

55
construnBenchmark=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)