From 1a0d8ef64f5f2876391f81d1c03f6d5acd4ae248 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Mon, 30 Sep 2024 17:27:39 -0300 Subject: [PATCH] benchmark: add no-warnings to process.has bench MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/55159 Reviewed-By: Vinícius Lourenço Claro Cardoso Reviewed-By: Chemi Atlow --- benchmark/permission/permission-processhas-fs-read.js | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmark/permission/permission-processhas-fs-read.js b/benchmark/permission/permission-processhas-fs-read.js index e0b2efdb3b2f74..c2c90636aa1f62 100644 --- a/benchmark/permission/permission-processhas-fs-read.js +++ b/benchmark/permission/permission-processhas-fs-read.js @@ -14,6 +14,7 @@ const options = { '--experimental-permission', `--allow-fs-read=${rootPath}`, '--allow-child-process', + '--no-warnings', ], };