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 richardlau committed Mar 25, 2024
1 parent ddc7964 commit f13643d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/util/inspect.js
Original file line number Diff line number Diff line change
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 f13643d

Please sign in to comment.