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 <contact@viniciusl.com.br>
  • Loading branch information
lucshi authored and RafaelGSS committed Dec 15, 2023
1 parent 9bf1443 commit f2d83a3
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 f2d83a3

Please sign in to comment.