Skip to content

Commit 0227670

Browse files
committed
benchmark: --no-warnings to avoid DEP/ExpWarn log
PR-URL: #54928 Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
1 parent ff54cab commit 0227670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/module/module-loader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const bench = common.createBenchmark(main, {
1616
files: [5e2],
1717
n: [1, 1e3],
1818
cache: ['true', 'false'],
19-
});
19+
}, { flags: '--no-warnings' });
2020

2121
function main({ n, name, cache, files, dir }) {
2222
tmpdir.refresh();

0 commit comments

Comments
 (0)