summaryrefslogtreecommitdiff
path: root/test/sequential/test-benchmark-net.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-benchmark-net.js')
-rw-r--r--test/sequential/test-benchmark-net.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/sequential/test-benchmark-net.js b/test/sequential/test-benchmark-net.js
deleted file mode 100644
index 5d3d283fc7..0000000000
--- a/test/sequential/test-benchmark-net.js
+++ /dev/null
@@ -1,17 +0,0 @@
-'use strict';
-
-require('../common');
-
-// Because the net 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.
-
-const runBenchmark = require('../common/benchmark');
-
-runBenchmark('net',
- [
- 'dur=0',
- 'len=1024',
- 'type=buf'
- ],
- { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });