Skip to content

Commit

Permalink
benchmark: update iterations of benchmark/util/type-check.js
Browse files Browse the repository at this point in the history
Fixes: #50571
PR-URL: #50937
Refs: #50571
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
  • Loading branch information
lucshi authored and RafaelGSS committed Dec 15, 2023
1 parent b80bb13 commit a997205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/util/type-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
});
Expand Down

0 comments on commit a997205

Please sign in to comment.