Skip to content

Commit

Permalink
benchmark: update iterations in benchmark/util/inspect-array.js
Browse files Browse the repository at this point in the history
Fixes: #50571
PR-URL: #50933
Refs: #50571
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
  • Loading branch information
lucshi authored and richardlau committed Mar 25, 2024
1 parent 0edddcf commit 4fc83e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/util/inspect-array.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4fc83e1

Please sign in to comment.