Skip to content

Commit

Permalink
benchmark: update iteration of util/inspect.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kylo5aby committed Nov 10, 2023
1 parent 3e14cfb commit 6850eee
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 6850eee

Please sign in to comment.