benchmark: update iterations in benchmark/util/format.js

Fixes: https://github.com/nodejs/node/issues/50571
PR-URL: https://github.com/nodejs/node/pull/50932
Refs: https://github.com/nodejs/node/issues/50571
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
This commit is contained in:
Lei Shi
2023-12-04 22:37:44 +08:00
committed by GitHub
parent 5398cb55ca
commit b2f23f0bd0

View File

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