benchmark: add no-warnings to process.has bench

PR-URL: https://github.com/nodejs/node/pull/55159
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
This commit is contained in:
Rafael Gonzaga 2024-09-30 17:27:39 -03:00 committed by GitHub
parent 317d2450f9
commit 834316d541
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ const options = {
'--experimental-permission',
`--allow-fs-read=${rootPath}`,
'--allow-child-process',
'--no-warnings',
],
};