summaryrefslogtreecommitdiff
path: root/test/parallel/test-benchmark-es.js
blob: 8176ad0b07e9acbca5cc05d57decbb010385cb9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
'use strict';

require('../common');

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

runBenchmark('es',
             [
               'method=',
               'millions=0.000001',
               'count=1',
               'context=null',
               'rest=0',
               'mode=',
               'n=1',
               'encoding=ascii',
               'size=1e1'
             ],
             { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });