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

require('../common');

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

runBenchmark('module', [
  'n=1',
  'useCache=true',
  'fullPath=true'
]);