mirror of
https://github.com/nodejs/node.git
synced 2025-12-27 23:41:14 +00:00
benchmark: calibrate config cluster/echo.js
PR-URL: https://github.com/nodejs/node/pull/59836 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
This commit is contained in:
parent
95ab4eb6ad
commit
e511344152
@ -8,7 +8,7 @@ if (cluster.isPrimary) {
|
||||
payload: ['string', 'object'],
|
||||
sendsPerBroadcast: [1, 10],
|
||||
serialization: ['json', 'advanced'],
|
||||
n: [1e5],
|
||||
n: [1e3],
|
||||
});
|
||||
|
||||
function main({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user