Skip to content

Commit 5b42857

Browse files
TrottMylesBorins
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 f874aa1 commit 5b42857

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/benchmark/test-benchmark-cluster.js

Lines changed: 6 additions & 1 deletion
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)