mirror of https://github.com/nodejs/node.git
19 lines
431 B
JavaScript
19 lines
431 B
JavaScript
'use strict';
|
|
|
|
require('../common');
|
|
|
|
const runBenchmark = require('../common/benchmark');
|
|
|
|
runBenchmark('util',
|
|
['argument=false',
|
|
'input=',
|
|
'method=Array',
|
|
'n=1',
|
|
'option=none',
|
|
'pos=start',
|
|
'size=1',
|
|
'type=',
|
|
'len=1',
|
|
'version=native'],
|
|
{ NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });
|