Skip to content

Commit

Permalink
fix YAML oddities (openmessaging#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins authored Mar 13, 2018
1 parent 8360c6f commit 0ce093f
Show file tree
Hide file tree
Showing 14 changed files with 107 additions and 114 deletions.
2 changes: 1 addition & 1 deletion driver-rabbitmq/rabbitmq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#


name : RabbitMQ
name: RabbitMQ
driverClass: io.openmessaging.benchmark.driver.rabbitmq.RabbitMqBenchmarkDriver

# RabbitMq client specific configurations
Expand Down
18 changes: 9 additions & 9 deletions workloads/1-topic-1-partition-100b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
# under the License.
#

name: 1 topic / 1 partition / 1Kb
name: 1 topic / 1 partition / 100b

topics : 1
partitionsPerTopic : 1
messageSize : 100
topics: 1
partitionsPerTopic: 1
messageSize: 100
payloadFile: "payload/payload-100b.data"
subscriptionsPerTopic : 1
producersPerTopic : 1
producerRate : 50000
consumerBacklogSizeGB : 0
testDurationMinutes : 15
subscriptionsPerTopic: 1
producersPerTopic: 1
producerRate: 50000
consumerBacklogSizeGB: 0
testDurationMinutes: 15
16 changes: 8 additions & 8 deletions workloads/1-topic-1-partition-1kb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@

name: 1 topic / 1 partition / 1Kb

topics : 1
partitionsPerTopic : 1
topics: 1
partitionsPerTopic: 1
keyDistributor: "ROUND_ROBIN"
messageSize : 1024
messageSize: 1024
payloadFile: "payload/payload-1Kb.data"
subscriptionsPerTopic : 1
producersPerTopic : 1
producerRate : 50000
consumerBacklogSizeGB : 0
testDurationMinutes : 15
subscriptionsPerTopic: 1
producersPerTopic: 1
producerRate: 50000
consumerBacklogSizeGB: 0
testDurationMinutes: 15
16 changes: 8 additions & 8 deletions workloads/1-topic-16-partitions-1kb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

name: 1 producer / 1 consumers on 1 topic

topics : 1
partitionsPerTopic : 16
messageSize : 1024
topics: 1
partitionsPerTopic: 16
messageSize: 1024
payloadFile: "payload/payload-1Kb.data"
subscriptionsPerTopic : 1
producersPerTopic : 1
producerRate : 50000
consumerBacklogSizeGB : 0
testDurationMinutes : 15
subscriptionsPerTopic: 1
producersPerTopic: 1
producerRate: 50000
consumerBacklogSizeGB: 0
testDurationMinutes: 15
16 changes: 8 additions & 8 deletions workloads/1-topic-3-partition-100b-3producers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

name: 1 topic / 3 partition / 100b / 3 producers

topics : 1
partitionsPerTopic : 3
messageSize : 100
topics: 1
partitionsPerTopic: 3
messageSize: 100
payloadFile: "payload/payload-100b.data"
subscriptionsPerTopic : 1
producersPerTopic : 3
producerRate : 0
consumerBacklogSizeGB : 0
testDurationMinutes : 15
subscriptionsPerTopic: 1
producersPerTopic: 3
producerRate: 0
consumerBacklogSizeGB: 0
testDurationMinutes: 15
16 changes: 8 additions & 8 deletions workloads/backlog-1-topic-1-partition-1kb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

name: 1 producer / 1 consumers on 1 topic

topics : 1
partitionsPerTopic : 1
messageSize : 1024
topics: 1
partitionsPerTopic: 1
messageSize: 1024
payloadFile: "payload/payload-1Kb.data"
subscriptionsPerTopic : 1
producersPerTopic : 1
producerRate : 100000
consumerBacklogSizeGB : 100
testDurationMinutes : 5
subscriptionsPerTopic: 1
producersPerTopic: 1
producerRate: 100000
consumerBacklogSizeGB: 100
testDurationMinutes: 5
16 changes: 8 additions & 8 deletions workloads/backlog-1-topic-16-partitions-1kb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

name: 1 producer / 1 consumers on 1 topic

topics : 1
partitionsPerTopic : 16
messageSize : 1024
topics: 1
partitionsPerTopic: 16
messageSize: 1024
payloadFile: "payload/payload-1Kb.data"
subscriptionsPerTopic : 1
producersPerTopic : 1
producerRate : 100000
consumerBacklogSizeGB : 100
testDurationMinutes : 5
subscriptionsPerTopic: 1
producersPerTopic: 1
producerRate: 100000
consumerBacklogSizeGB: 100
testDurationMinutes: 5
16 changes: 8 additions & 8 deletions workloads/max-rate-1-topic-1-partition-100b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@

name: Max rate 1 producer on 1 topic / 1 partition

topics : 1
partitionsPerTopic : 1
messageSize : 100
topics: 1
partitionsPerTopic: 1
messageSize: 100
payloadFile: "payload/payload-100b.data"
subscriptionsPerTopic : 1
producersPerTopic : 1
subscriptionsPerTopic: 1
producersPerTopic: 1

# Discover max-sustainable rate
producerRate : 0
producerRate: 0

consumerBacklogSizeGB : 0
testDurationMinutes : 5
consumerBacklogSizeGB: 0
testDurationMinutes: 5
16 changes: 8 additions & 8 deletions workloads/max-rate-1-topic-1-partition-1kb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@

name: Max rate 1 producer on 1 topic / 1 partition

topics : 1
partitionsPerTopic : 1
messageSize : 1024
topics: 1
partitionsPerTopic: 1
messageSize: 1024
payloadFile: "payload/payload-1Kb.data"
subscriptionsPerTopic : 1
producersPerTopic : 1
subscriptionsPerTopic: 1
producersPerTopic: 1

# Discover max-sustainable rate
producerRate : 0
producerRate: 0

consumerBacklogSizeGB : 0
testDurationMinutes : 5
consumerBacklogSizeGB: 0
testDurationMinutes: 5
16 changes: 8 additions & 8 deletions workloads/max-rate-1-topic-100-partitions-100b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@

name: Max rate 1 producer on 1 topic / 100 partition / 100 bytes

topics : 1
partitionsPerTopic : 100
messageSize : 100
topics: 1
partitionsPerTopic: 100
messageSize: 100
payloadFile: "payload/payload-100b.data"
subscriptionsPerTopic : 1
producersPerTopic : 1
subscriptionsPerTopic: 1
producersPerTopic: 1

# Discover max-sustainable rate
producerRate : 0
producerRate: 0

consumerBacklogSizeGB : 0
testDurationMinutes : 5
consumerBacklogSizeGB: 0
testDurationMinutes: 5
16 changes: 8 additions & 8 deletions workloads/max-rate-1-topic-100-partitions-1kb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@

name: Max rate 1 producer on 1 topic / 100 partition

topics : 1
partitionsPerTopic : 100
messageSize : 1024
topics: 1
partitionsPerTopic: 100
messageSize: 1024
payloadFile: "payload/payload-1Kb.data"
subscriptionsPerTopic : 1
producersPerTopic : 1
subscriptionsPerTopic: 1
producersPerTopic: 1

# Discover max-sustainable rate
producerRate : 0
producerRate: 0

consumerBacklogSizeGB : 0
testDurationMinutes : 5
consumerBacklogSizeGB: 0
testDurationMinutes: 5
16 changes: 8 additions & 8 deletions workloads/max-rate-1-topic-16-partitions-100b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@

name: Max rate 1 producer on 1 topic / 16 partitions

topics : 1
partitionsPerTopic : 16
messageSize : 100
topics: 1
partitionsPerTopic: 16
messageSize: 100
payloadFile: "payload/payload-100b.data"
subscriptionsPerTopic : 1
producersPerTopic : 1
subscriptionsPerTopic: 1
producersPerTopic: 1

# Discover max-sustainable rate
producerRate : 0
producerRate: 0

consumerBacklogSizeGB : 0
testDurationMinutes : 5
consumerBacklogSizeGB: 0
testDurationMinutes: 5
16 changes: 8 additions & 8 deletions workloads/max-rate-1-topic-16-partitions-1kb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@

name: Max rate 1 producer on 1 topic / 1 partition

topics : 1
partitionsPerTopic : 16
messageSize : 1024
topics: 1
partitionsPerTopic: 16
messageSize: 1024
payloadFile: "payload/payload-1Kb.data"
subscriptionsPerTopic : 1
producersPerTopic : 1
subscriptionsPerTopic: 1
producersPerTopic: 1

# Discover max-sustainable rate
producerRate : 0
producerRate: 0

consumerBacklogSizeGB : 0
testDurationMinutes : 5
consumerBacklogSizeGB: 0
testDurationMinutes: 5
25 changes: 9 additions & 16 deletions workloads/simple-workload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,15 @@

name: Simple Workload 1 producer on 1 topic

topics : 1
partitionsPerTopic : 10

messageSize : 1024
topics: 1
partitionsPerTopic: 10
messageSize: 1024
payloadFile: "payload/payload-1Kb.data"

subscriptionsPerTopic : 1

producersPerTopic : 1

consumerPerSubscription : 1

producerRate : 10000

consumerBacklogSizeGB : 0

testDurationMinutes : 5
subscriptionsPerTopic: 1
producersPerTopic: 1
consumerPerSubscription: 1
producerRate: 10000
consumerBacklogSizeGB: 0
testDurationMinutes: 5


0 comments on commit 0ce093f

Please sign in to comment.