forked from LeenkxTeam/Kmake
8 lines
161 B
JavaScript
8 lines
161 B
JavaScript
'use strict';
|
|
|
|
require('../common');
|
|
|
|
const runBenchmark = require('../common/benchmark');
|
|
|
|
runBenchmark('child_process', { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });
|