Skip to content

Commit

Permalink
test: add dgram benchmark test
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jopann authored and MylesBorins committed Dec 12, 2017
1 parent 026f760 commit 562007c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/parallel/test-benchmark-dgram.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
'use strict';

require('../common');

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

runBenchmark('dgram', ['dur=0.1', 'chunks=2']);

0 comments on commit 562007c

Please sign in to comment.