Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
benchmark: update iterations in benchmark/util/inspect-array.js
Fixes: #50571
  • Loading branch information
Lei Shi committed Nov 27, 2023
commit 48d7a8ff9cf42b3712c0706fdeb57a66aea4fbbb
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