mirror of https://github.com/nodejs/node.git
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>pull/55200/head
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