Skip to content

Commit

Permalink
benchmark: update number of iterations for util.inspect
Browse files Browse the repository at this point in the history
PR-URL: #50651
Refs: #50571
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
  • Loading branch information
kylo5aby authored and targos committed Dec 4, 2023
1 parent 759ebca commit dc049ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/util/inspect.js
Expand Up @@ -9,7 +9,7 @@ const opts = {
none: undefined,
};
const bench = common.createBenchmark(main, {
n: [2e4],
n: [8e4],
method: [
'Object',
'Object_empty',
Expand Down

0 comments on commit dc049ac

Please sign in to comment.