inovex / mqtt-stresser

Load testing tool to stress MQTT message broker
Apache License 2.0
256 stars 77 forks source link

Feature/mqtt qos levels #23

Closed hikhvar closed 5 years ago

hikhvar commented 5 years ago

Implement original proposal of #14.

I think the later proposal with random values per message are not that easy to implement. A normal distribution is easy. However to have more realistic benchmarks one would model their message distribution. Implementing different random distributions is not that easy.

arnisoph commented 5 years ago

I'll take a look until Sunday. Thanks for the PR. 👍

hikhvar commented 5 years ago

Any feedback?

arnisoph commented 5 years ago

LGTM! thx for contributing.