Skip to content

Commit

Permalink
benchmark: update iterations in benchmark/util/format.js
Browse files Browse the repository at this point in the history
Fixes: #50571
PR-URL: #50932
Refs: #50571
Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
  • Loading branch information
Lei Shi authored Dec 4, 2023
1 parent 5398cb5 commit b2f23f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/util/format.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const inputs = {
};

const bench = common.createBenchmark(main, {
n: [1e5],
n: [1e6],
type: Object.keys(inputs),
});

Expand Down

0 comments on commit b2f23f0

Please sign in to comment.