Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/allow random size payload generation #81

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

clive-jevons
Copy link

we have the requirement of generating messages with varying sizes throughout a load-test run given min and max limits. This change adds the ability to specify that via two new command line args.

by setting min-msg-size and max-msg-size activate a payload generator which will generate payloads with a random size between those two values

context: in our project we have a requirement that a broker must handle load where messages sizes are distributed between a min and max value. This change allows simulating that in a crude way.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant