We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff54cab commit 0227670Copy full SHA for 0227670
benchmark/module/module-loader.js
@@ -16,7 +16,7 @@ const bench = common.createBenchmark(main, {
16
files: [5e2],
17
n: [1, 1e3],
18
cache: ['true', 'false'],
19
-});
+}, { flags: '--no-warnings' });
20
21
function main({ n, name, cache, files, dir }) {
22
tmpdir.refresh();
0 commit comments