diff options
author | Rich Trott <rtrott@gmail.com> | 2018-06-18 16:11:22 -0700 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2018-12-21 23:55:14 -0500 |
commit | e1fbc26c6a85d9c58fe38e89e9f8c2b00ca04ef0 (patch) | |
tree | 82ecf23186d0ad8c9165527dd4c952746c330e4d /test/parallel | |
parent | aef71c05a20250b53bbb9a6dfc208d7ce0b9b8d8 (diff) | |
download | node-new-e1fbc26c6a85d9c58fe38e89e9f8c2b00ca04ef0.tar.gz |
test: move test-benchmark-path to sequential
Fixes: https://github.com/nodejs/node/issues/18254
PR-URL: https://github.com/nodejs/node/pull/21393
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
Diffstat (limited to 'test/parallel')
-rw-r--r-- | test/parallel/test-benchmark-path.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/parallel/test-benchmark-path.js b/test/parallel/test-benchmark-path.js deleted file mode 100644 index 890fd7ae41..0000000000 --- a/test/parallel/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 }); |