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

require('../common');

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

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