Skip to content

Commit a997205

Browse files
Lei ShiRafaelGSS
Lei Shi
authored andcommitted
benchmark: update iterations of benchmark/util/type-check.js
Fixes: #50571 PR-URL: #50937 Refs: #50571 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
1 parent b80bb13 commit a997205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/util/type-check.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const bench = common.createBenchmark(main, {
2929
type: Object.keys(args),
3030
version: ['native', 'js'],
3131
argument: ['true', 'false-primitive', 'false-object'],
32-
n: [1e5],
32+
n: [1e6],
3333
}, {
3434
flags: ['--expose-internals', '--no-warnings'],
3535
});

0 commit comments

Comments
 (0)