mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00: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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user