Skip to content

Commit 013c48f

Browse files
RafaelGSStargos
authored andcommitted
benchmark: --no-warnings to avoid DEP/ExpWarn log
PR-URL: #54928 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Filip Skokan <[email protected]>
1 parent 76110b0 commit 013c48f

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)