Skip to content

Commit 6dea0f8

Browse files
jopanngibfahn
authored andcommitted
test: add dgram benchmark test
PR-URL: #17462 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent d12d86e commit 6dea0f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/parallel/test-benchmark-dgram.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
'use strict';
2+
3+
require('../common');
4+
5+
const runBenchmark = require('../common/benchmark');
6+
7+
runBenchmark('dgram', ['dur=0.1', 'chunks=2']);

0 commit comments

Comments
 (0)