Skip to content

Commit c0e51b8

Browse files
Cleanup pulsar deployment and fix typos (openmessaging#218)
1 parent 421ca79 commit c0e51b8

File tree

3 files changed

+4
-286
lines changed

3 files changed

+4
-286
lines changed

driver-pulsar/deploy/ssd/deploy.yaml

Lines changed: 0 additions & 282 deletions
This file was deleted.

workloads/1-topic-100-partitions-1kb-4p-4c-2000k.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ useRandomizedPayloads: true
2727
randomBytesRatio: 0.5
2828
randomizedPayloadPoolSize: 1000
2929

30-
subscriptionsPerTopic: 0
31-
consumerPerSubscription: 0
30+
subscriptionsPerTopic: 1
31+
consumerPerSubscription: 4
3232
producersPerTopic: 4
3333

3434
# Discover max-sustainable rate

workloads/1-topic-10000-partitions-1kb-4p-4c-2000k.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ useRandomizedPayloads: true
2727
randomBytesRatio: 0.5
2828
randomizedPayloadPoolSize: 1000
2929

30-
subscriptionsPerTopic: 0
31-
consumerPerSubscription: 0
30+
subscriptionsPerTopic: 1
31+
consumerPerSubscription: 4
3232
producersPerTopic: 4
3333

3434
# Discover max-sustainable rate

0 commit comments

Comments
 (0)