Skip to content

Commit

Permalink
test: fix test-benchmark-cluster
Browse files Browse the repository at this point in the history
test-benchmark-cluster needs to account for an option added in 973f324.

PR-URL: #30342
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott authored and targos committed Dec 1, 2019
1 parent 2f2a8aa commit 4acd3c3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/benchmark/test-benchmark-cluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ require('../common');

const runBenchmark = require('../common/benchmark');

runBenchmark('cluster', ['n=1', 'payload=string', 'sendsPerBroadcast=1']);
runBenchmark('cluster', [
'n=1',
'payload=string',
'sendsPerBroadcast=1',
'serialization=json',
]);

0 comments on commit 4acd3c3

Please sign in to comment.