Skip to content

Commit c86883c

Browse files
committed
test: fix test-benchmark-module
A recent commit broke test-benchmark-module. This fixes it. PR-URL: #27094 Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Bryan English <[email protected]>
1 parent f13733d commit c86883c

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)