From e51134415229bb67f00233e0d5ad50093c0cd464 Mon Sep 17 00:00:00 2001 From: Nam Yooseong <102887277+meteorqz6@users.noreply.github.com> Date: Fri, 12 Sep 2025 21:59:37 +0900 Subject: [PATCH] benchmark: calibrate config cluster/echo.js PR-URL: https://github.com/nodejs/node/pull/59836 Reviewed-By: Rafael Gonzaga Reviewed-By: Daeyeon Jeong --- benchmark/cluster/echo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/cluster/echo.js b/benchmark/cluster/echo.js index 71ded75c9d2..a3f103bc0b8 100644 --- a/benchmark/cluster/echo.js +++ b/benchmark/cluster/echo.js @@ -8,7 +8,7 @@ if (cluster.isPrimary) { payload: ['string', 'object'], sendsPerBroadcast: [1, 10], serialization: ['json', 'advanced'], - n: [1e5], + n: [1e3], }); function main({