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

require('../common');

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

runBenchmark('process',
             [
               'n=1',
               'type=raw',
               'operation=enumerate',
             ], { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });