summaryrefslogtreecommitdiff
path: root/test/sequential/test-benchmark-path.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-benchmark-path.js')
-rw-r--r--test/sequential/test-benchmark-path.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/sequential/test-benchmark-path.js b/test/sequential/test-benchmark-path.js
deleted file mode 100644
index 890fd7ae41..0000000000
--- a/test/sequential/test-benchmark-path.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-
-require('../common');
-
-const runBenchmark = require('../common/benchmark');
-
-runBenchmark('path',
- [
- 'n=1',
- 'path=',
- 'pathext=',
- 'paths=',
- 'props='
- ], { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });