Sign in
◑
Theme
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/node-ci-2024-03-21
/
.
/
test
/
benchmark
/
test-benchmark-child-process.js
blob: 043620de12f165e14de39dd718c6045d26976efd [
file
] [
edit
]
'use strict'
;
require
(
'../common'
);
const
runBenchmark
=
require
(
'../common/benchmark'
);
runBenchmark
(
'child_process'
,
{
NODEJS_BENCHMARK_ZERO_ALLOWED
:
1
});