From 48d7a8ff9cf42b3712c0706fdeb57a66aea4fbbb Mon Sep 17 00:00:00 2001 From: Lei Shi Date: Mon, 27 Nov 2023 12:43:58 +0800 Subject: [PATCH] benchmark: update iterations in benchmark/util/inspect-array.js Fixes: https://github.com/nodejs/node/issues/50571 --- benchmark/util/inspect-array.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/util/inspect-array.js b/benchmark/util/inspect-array.js index 7b2394d80e9cfe..ed40f5c4324ac3 100644 --- a/benchmark/util/inspect-array.js +++ b/benchmark/util/inspect-array.js @@ -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',