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