Skip to content

Commit 4acd3c3

Browse files
Trotttargos
authored andcommitted
test: fix test-benchmark-cluster
test-benchmark-cluster needs to account for an option added in 973f324. PR-URL: #30342 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 2f2a8aa commit 4acd3c3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/benchmark/test-benchmark-cluster.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@ require('../common');
44

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

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+
]);

0 commit comments

Comments
 (0)