Skip to content

Commit dbee03d

Browse files
Lei ShiRafaelGSS
authored andcommitted
benchmark: update iterations in benchmark/util/inspect-array.js
Fixes: #50571 PR-URL: #50933 Refs: #50571 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
1 parent f2d83a3 commit dbee03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎benchmark/util/inspect-array.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const common = require('../common');
44
constutil=require('util');
55

66
constbench=common.createBenchmark(main,{
7-
n: [5e2],
7+
n: [5e3],
88
len: [1e2,1e5],
99
type: [
1010
'denseArray',

0 commit comments

Comments
(0)