mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
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:
parent
317d2450f9
commit
834316d541
@ -14,6 +14,7 @@ const options = {
|
||||
'--experimental-permission',
|
||||
`--allow-fs-read=${rootPath}`,
|
||||
'--allow-child-process',
|
||||
'--no-warnings',
|
||||
],
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user