summaryrefslogtreecommitdiff
path: root/test/benchmark/test-benchmark-child-process.js
blob: 365777069bc4cf6483147ebf8a9c33564e262be1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
'use strict';

require('../common');

const runBenchmark = require('../common/benchmark');

runBenchmark('child_process',
             [
               'dur=0',
               'n=1',
               'len=1',
               'params=1',
               'methodName=execSync',
             ],
             { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });