benchmark: update number of iterations for util.inspect

PR-URL: https://github.com/nodejs/node/pull/50651
Refs: https://github.com/nodejs/node/issues/50571
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
This commit is contained in:
kylo5aby 2023-11-29 18:09:28 +08:00 committed by GitHub
parent 0d4a1b35a0
commit cdb6519ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ const opts = {
none: undefined,
};
const bench = common.createBenchmark(main, {
n: [2e4],
n: [8e4],
method: [
'Object',
'Object_empty',