summaryrefslogtreecommitdiff
path: root/test/sequential/test-benchmark-path.js
blob: 890fd7ae41f5481104acdba7d139b8c27399bf34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
'use strict';

require('../common');

const runBenchmark = require('../common/benchmark');

runBenchmark('path',
             [
               'n=1',
               'path=',
               'pathext=',
               'paths=',
               'props='
             ], { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });