benchmark: update iterations in benchmark/util/inspect-array.js

Fixes: https://github.com/nodejs/node/issues/50571
PR-URL: https://github.com/nodejs/node/pull/50933
Refs: https://github.com/nodejs/node/issues/50571
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
This commit is contained in:
Lei Shi 2023-12-04 22:37:54 +08:00 committed by GitHub
parent b2f23f0bd0
commit 964046d3b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ const common = require('../common');
const util = require('util');
const bench = common.createBenchmark(main, {
n: [5e2],
n: [5e3],
len: [1e2, 1e5],
type: [
'denseArray',