Skip to content

Commit

Permalink
benchmark: --no-warnings to avoid DEP/ExpWarn log
Browse files Browse the repository at this point in the history
PR-URL: #54928
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
  • Loading branch information
RafaelGSS committed Sep 17, 2024
1 parent ff54cab commit 0227670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/module/module-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const bench = common.createBenchmark(main, {
files: [5e2],
n: [1, 1e3],
cache: ['true', 'false'],
});
}, { flags: '--no-warnings' });

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

0 comments on commit 0227670

Please sign in to comment.