mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
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:
parent
0d4a1b35a0
commit
cdb6519ccd
|
|
@ -9,7 +9,7 @@ const opts = {
|
|||
none: undefined,
|
||||
};
|
||||
const bench = common.createBenchmark(main, {
|
||||
n: [2e4],
|
||||
n: [8e4],
|
||||
method: [
|
||||
'Object',
|
||||
'Object_empty',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user