summaryrefslogtreecommitdiff
path: root/test/sequential/test-benchmark-child-process.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-benchmark-child-process.js')
-rw-r--r--test/sequential/test-benchmark-child-process.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/sequential/test-benchmark-child-process.js b/test/sequential/test-benchmark-child-process.js
deleted file mode 100644
index 365777069b..0000000000
--- a/test/sequential/test-benchmark-child-process.js
+++ /dev/null
@@ -1,15 +0,0 @@
-'use strict';
-
-require('../common');
-
-const runBenchmark = require('../common/benchmark');
-
-runBenchmark('child_process',
- [
- 'dur=0',
- 'n=1',
- 'len=1',
- 'params=1',
- 'methodName=execSync',
- ],
- { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });