mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
@@ -18,7 +18,7 @@ const inputs = {
|
||||
};
|
||||
|
||||
const bench = common.createBenchmark(main, {
|
||||
n: [1e5],
|
||||
n: [1e6],
|
||||
type: Object.keys(inputs),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user