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>
pull/27091/head
Rich Trott 2019-04-04 16:05:49 -07:00
parent f13733d12d
commit c86883cfac
1 changed files with 5 additions and 1 deletions

View File

@ -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'
]);