FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

benchmark: update number of iterations for `util.inspect` · nodejs/node@dc049ac · GitHub

/ node Public

Commit dc049ac

Browse files
authored andcommitted
benchmark: update number of iterations for util.inspect
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>
1 parent 759ebca commit dc049ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎benchmark/util/inspect.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const opts = {
99
none: undefined,
1010
};
1111
const bench = common.createBenchmark(main, {
12-
n: [2e4],
12+
n: [8e4],
1313
method: [
1414
'Object',
1515
'Object_empty',

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL