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>
This commit is contained in:
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…
x
Reference in New Issue
Block a user