mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
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:
parent
b2f23f0bd0
commit
964046d3b2
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue