We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f46a4 commit 0edddcfCopy full SHA for 0edddcf
benchmark/util/format.js
@@ -18,7 +18,7 @@ const inputs = {
18
};
19
20
const bench = common.createBenchmark(main, {
21
- n: [1e5],
+ n: [1e6],
22
type: Object.keys(inputs),
23
});
24
0 commit comments