From 0dfe810ac793f4441699519c4e23578a1467bc55 Mon Sep 17 00:00:00 2001 From: Lei Shi Date: Mon, 4 Mar 2024 18:05:37 +0800 Subject: [PATCH] benchmark: update iterations of benchmark/async_hooks/async-local- storage-getstore-nested-resources.js Fixes: https://github.com/nodejs/node/issues/50571 PR-URL: https://github.com/nodejs/node/pull/51420 Reviewed-By: Chengzhong Wu --- .../async-local-storage-getstore-nested-resources.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/async_hooks/async-local-storage-getstore-nested-resources.js b/benchmark/async_hooks/async-local-storage-getstore-nested-resources.js index 05b43af627a79e..3474e801e01f35 100644 --- a/benchmark/async_hooks/async-local-storage-getstore-nested-resources.js +++ b/benchmark/async_hooks/async-local-storage-getstore-nested-resources.js @@ -16,7 +16,7 @@ const { AsyncLocalStorage, AsyncResource } = require('async_hooks'); */ const bench = common.createBenchmark(main, { resourceCount: [10, 100, 1000], - n: [1e4], + n: [5e5], }); function runBenchmark(store, n) {