From 391e77f855b96346d452d1b349717af8b9d4b3eb Mon Sep 17 00:00:00 2001 From: Lei Shi Date: Wed, 28 Feb 2024 17:07:57 +0800 Subject: [PATCH] benchmark: update iterations of benchmark/assert/deepequal-map.js Fixed: https://github.com/nodejs/node/issues/50571 PR-URL: https://github.com/nodejs/node/pull/51416 Fixes: https://github.com/nodejs/node/issues/50571 Reviewed-By: Chengzhong Wu --- benchmark/assert/deepequal-map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/assert/deepequal-map.js b/benchmark/assert/deepequal-map.js index 0b08c82c499a57..fb3f7cd316028f 100644 --- a/benchmark/assert/deepequal-map.js +++ b/benchmark/assert/deepequal-map.js @@ -5,7 +5,7 @@ const { deepEqual, deepStrictEqual, notDeepEqual, notDeepStrictEqual } = require('assert'); const bench = common.createBenchmark(main, { - n: [5e2], + n: [5e3], len: [5e2], strict: [0, 1], method: [