Skip to content

Commit ab04470

Browse files
committed
test: fix test-benchmark-module
A recent commit broke test-benchmark-module. This fixes it. Culprit is nodejs#26970.
1 parent 2f1ed5c commit ab04470

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/benchmark/test-benchmark-module.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ require('../common');
55
const runBenchmark = require('../common/benchmark');
66

77
runBenchmark('module', [
8+
'cache=true',
9+
'dir=rel',
10+
'ext=',
11+
'fullPath=true',
812
'n=1',
13+
'name=/',
914
'useCache=true',
10-
'fullPath=true'
1115
]);

0 commit comments

Comments
 (0)