| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f874aa1 commit 5b42857
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,4 +4,9 @@ require('../common'); | |||
| 4 | 4 | ||
| 5 | 5 | const runBenchmark = require('../common/benchmark'); | |
| 6 | 6 | ||
| 7 | - runBenchmark('cluster', ['n=1', 'payload=string', 'sendsPerBroadcast=1']); | ||
| 7 | + runBenchmark('cluster', [ | ||
| 8 | + 'n=1', | ||
| 9 | + 'payload=string', | ||
| 10 | + 'sendsPerBroadcast=1', | ||
| 11 | + 'serialization=json', | ||
| 12 | + ]); | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments