Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/vee-eight-lkgr
/
.
/
test
/
sequential
/
test-benchmark-path.js
blob: 890fd7ae41f5481104acdba7d139b8c27399bf34 [
file
] [
log
] [
blame
] [
edit
]
'use strict'
;
require
(
'../common'
);
const
runBenchmark
=
require
(
'../common/benchmark'
);
runBenchmark
(
'path'
,
[
'n=1'
,
'path='
,
'pathext='
,
'paths='
,
'props='
],
{
NODEJS_BENCHMARK_ZERO_ALLOWED
:
1
});