From 6850eeed103a734f51906f15489f39fadca5c8e9 Mon Sep 17 00:00:00 2001 From: zhenweijin Date: Fri, 10 Nov 2023 16:42:54 +0800 Subject: [PATCH] benchmark: update iteration of util/inspect.js --- benchmark/util/inspect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/util/inspect.js b/benchmark/util/inspect.js index ace4e588ae5135..8e453b9e226ee8 100644 --- a/benchmark/util/inspect.js +++ b/benchmark/util/inspect.js @@ -9,7 +9,7 @@ const opts = { none: undefined, }; const bench = common.createBenchmark(main, { - n: [2e4], + n: [8e4], method: [ 'Object', 'Object_empty',