We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80bb13 commit a997205Copy full SHA for a997205
benchmark/util/type-check.js
@@ -29,7 +29,7 @@ const bench = common.createBenchmark(main, {
29
type: Object.keys(args),
30
version: ['native', 'js'],
31
argument: ['true', 'false-primitive', 'false-object'],
32
- n: [1e5],
+ n: [1e6],
33
}, {
34
flags: ['--expose-internals', '--no-warnings'],
35
});
0 commit comments