From 38d1e65210e0d502402e7df17d91ba2de09db186 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Fri, 13 Sep 2024 13:46:44 -0300 Subject: [PATCH] benchmark: --no-warnings to avoid DEP/ExpWarn log --- benchmark/module/module-loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/module/module-loader.js b/benchmark/module/module-loader.js index a885207ff6393a..0b7700c10aa111 100644 --- a/benchmark/module/module-loader.js +++ b/benchmark/module/module-loader.js @@ -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();