summaryrefslogtreecommitdiff
path: root/test/sequential/test-benchmark-dgram.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-benchmark-dgram.js')
-rw-r--r--test/sequential/test-benchmark-dgram.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/sequential/test-benchmark-dgram.js b/test/sequential/test-benchmark-dgram.js
deleted file mode 100644
index 8c93cd5a0c..0000000000
--- a/test/sequential/test-benchmark-dgram.js
+++ /dev/null
@@ -1,17 +0,0 @@
-'use strict';
-
-require('../common');
-
-const runBenchmark = require('../common/benchmark');
-
-// Because the dgram benchmarks use hardcoded ports, this should be in
-// sequential rather than parallel to make sure it does not conflict with
-// tests that choose random available ports.
-
-runBenchmark('dgram', ['address=true',
- 'chunks=2',
- 'dur=0.1',
- 'len=1',
- 'n=1',
- 'num=1',
- 'type=send']);