Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6458867 commit 9a4bbdcCopy full SHA for 9a4bbdc
benchmark/cluster/echo.js
@@ -8,7 +8,7 @@ if (cluster.isPrimary) {
8
payload: ['string', 'object'],
9
sendsPerBroadcast: [1, 10],
10
serialization: ['json', 'advanced'],
11
- n: [1e5],
+ n: [1e3],
12
});
13
14
function main({
0 commit comments