1'use strict';
2
3require('../common');
4
5const runBenchmark = require('../common/benchmark');
6
7runBenchmark('module');
8