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 f874aa1 commit 5b42857Copy full SHA for 5b42857
test/benchmark/test-benchmark-cluster.js
@@ -4,4 +4,9 @@ require('../common');
4
5
const runBenchmark = require('../common/benchmark');
6
7
-runBenchmark('cluster', ['n=1', 'payload=string', 'sendsPerBroadcast=1']);
+runBenchmark('cluster', [
8
+ 'n=1',
9
+ 'payload=string',
10
+ 'sendsPerBroadcast=1',
11
+ 'serialization=json',
12
+]);
0 commit comments