Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/main
/
.
/
test
/
benchmark
/
test-benchmark-process.js
blob: c6687f3023412b066cd1fd0973f7d44fd147682b [
file
] [
edit
]
'use strict'
;
require
(
'../common'
);
const
runBenchmark
=
require
(
'../common/benchmark'
);
runBenchmark
(
'process'
,
{
NODEJS_BENCHMARK_ZERO_ALLOWED
:
1
});