Skip to content

Commit

Permalink
test: fix test-benchmark-module
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Trott committed Apr 5, 2019
1 parent f13733d commit c86883c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/benchmark/test-benchmark-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]);

0 comments on commit c86883c

Please sign in to comment.