Skip to content

Commit 9a4bbdc

Browse files
meteorqz6targos
authored andcommitted
benchmark: calibrate config cluster/echo.js
PR-URL: #59836 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
1 parent 6458867 commit 9a4bbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/cluster/echo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (cluster.isPrimary) {
88
payload: ['string', 'object'],
99
sendsPerBroadcast: [1, 10],
1010
serialization: ['json', 'advanced'],
11-
n: [1e5],
11+
n: [1e3],
1212
});
1313

1414
function main({

0 commit comments

Comments
 (0)