blob: 15cb678017e7bbea1c469a1bf0ab42b6f76e9074 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
'use strict';
require('../common');
const runBenchmark = require('../common/benchmark');
runBenchmark('process',
[
'n=1',
'type=raw'
], { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });
|