test: fix test-benchmark-module · nodejs/node@c86883c (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit c86883c
test: fix test-benchmark-module
A recent commit broke test-benchmark-module. This fixes it. PR-URL: #27094Reviewed-By: Daniel Bevenius daniel.bevenius@gmail.com Reviewed-By: Bryan English bryan@bryanenglish.com
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -5,7 +5,11 @@ require('../common'); | ||
5 | 5 | const runBenchmark = require('../common/benchmark'); |
6 | 6 | |
7 | 7 | runBenchmark('module', [ |
8 | +'cache=true', | |
9 | +'dir=rel', | |
10 | +'ext=', | |
11 | +'fullPath=true', | |
8 | 12 | 'n=1', |
13 | +'name=/', | |
9 | 14 | 'useCache=true', |
10 | -'fullPath=true' | |
11 | 15 | ]); |