mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
PR-URL: https://github.com/nodejs/node/pull/16044 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
12 lines
178 B
JavaScript
12 lines
178 B
JavaScript
'use strict';
|
|
|
|
require('../common');
|
|
|
|
const runBenchmark = require('../common/benchmark');
|
|
|
|
runBenchmark('module', [
|
|
'thousands=.001',
|
|
'useCache=true',
|
|
'fullPath=true'
|
|
]);
|