summaryrefslogtreecommitdiff
path: root/test/parallel/test-benchmark-timers.js
blob: 433a12e8258c645e2621d6353b77e23814dc154b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
'use strict';

require('../common');

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

runBenchmark('timers',
             [
               'type=depth',
               'n=1'
             ],
             { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });