Skip to content

Commit 0edddcf

Browse files
Lei Shirichardlau
Lei Shi
authored andcommitted
benchmark: update iterations in benchmark/util/format.js
Fixes: #50571 PR-URL: #50932 Refs: #50571 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
1 parent d6f46a4 commit 0edddcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/util/format.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const inputs = {
1818
};
1919

2020
const bench = common.createBenchmark(main, {
21-
n: [1e5],
21+
n: [1e6],
2222
type: Object.keys(inputs),
2323
});
2424

0 commit comments

Comments
 (0)