Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/vee-eight-lkgr
/
.
/
test
/
parallel
/
test-benchmark-process.js
blob: 15cb678017e7bbea1c469a1bf0ab42b6f76e9074 [
file
] [
log
] [
blame
] [
edit
]
'use strict'
;
require
(
'../common'
);
const
runBenchmark
=
require
(
'../common/benchmark'
);
runBenchmark
(
'process'
,
[
'n=1'
,
'type=raw'
],
{
NODEJS_BENCHMARK_ZERO_ALLOWED
:
1
});