mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02: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
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ const options = {
|
||||||
'--experimental-permission',
|
'--experimental-permission',
|
||||||
`--allow-fs-read=${rootPath}`,
|
`--allow-fs-read=${rootPath}`,
|
||||||
'--allow-child-process',
|
'--allow-child-process',
|
||||||
|
'--no-warnings',
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue