mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
benchmark: update iterations of benchmark/util/type-check.js
Fixes: https://github.com/nodejs/node/issues/50571 PR-URL: https://github.com/nodejs/node/pull/50937 Refs: https://github.com/nodejs/node/issues/50571 Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
This commit is contained in:
parent
c510e2677d
commit
36a75e8b39
|
|
@ -29,7 +29,7 @@ const bench = common.createBenchmark(main, {
|
|||
type: Object.keys(args),
|
||||
version: ['native', 'js'],
|
||||
argument: ['true', 'false-primitive', 'false-object'],
|
||||
n: [1e5],
|
||||
n: [1e6],
|
||||
}, {
|
||||
flags: ['--expose-internals', '--no-warnings'],
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user