mirror of https://github.com/nodejs/node.git
test: fix test-benchmark-module
A recent commit broke test-benchmark-module. This fixes it. PR-URL: https://github.com/nodejs/node/pull/27094 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Bryan English <bryan@bryanenglish.com>pull/27091/head
parent
f13733d12d
commit
c86883cfac
|
@ -5,7 +5,11 @@ require('../common');
|
|||
const runBenchmark = require('../common/benchmark');
|
||||
|
||||
runBenchmark('module', [
|
||||
'cache=true',
|
||||
'dir=rel',
|
||||
'ext=',
|
||||
'fullPath=true',
|
||||
'n=1',
|
||||
'name=/',
|
||||
'useCache=true',
|
||||
'fullPath=true'
|
||||
]);
|
||||
|
|
Loading…
Reference in New Issue