Skip to content

Commit 4fc83e1

Browse files
Lei Shirichardlau
Lei Shi
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 0edddcf commit 4fc83e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/util/inspect-array.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const common = require('../common');
44
const util = require('util');
55

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

0 commit comments

Comments
 (0)