summaryrefslogtreecommitdiff
path: root/test/benchmark/test-benchmark-module.js
blob: da8e108d53e19f501cfb7b186c4151e4be8bc602 (plain)
1
2
3
4
5
6
7
'use strict';

require('../common');

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

runBenchmark('module');