Advertisement
Guest User

omb-50g.yaml

a guest
Mar 5th, 2025
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.51 KB | None | 0 0
  1. # Two OMB workloads must be simulatenously run with the following
  2. # configuration to acheive 100 GiB/s of write throughput.
  3.  
  4. name: bufstream
  5. topics: 5
  6. partitionsPerTopic: 256
  7.  
  8. messageSize: 1024 # 1 KiB
  9. producerRate: 52428800 # 50 * 2^20
  10. producersPerTopic: 64
  11. useRandomizedPayloads: true
  12. randomBytesRatio: 0.25
  13. randomizedPayloadPoolSize: 1024
  14.  
  15. subscriptionsPerTopic: 3
  16. consumerPerSubscription: 64
  17. consumerBacklogSizeGB: 0
  18.  
  19. testDurationMinutes: 3600
  20. warmupDurationMinutes: 5
  21. warmupProducerRate: 5242880
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement