We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If boomer never has a success, MinResponseTime is -1 and displays -1 in the GUI
https://github.com/myzhan/boomer/blob/master/stats.go#L69
Python Locust handles this by displaying 0.
https://github.com/locustio/locust/blob/master/locust/stats.py#L88 https://github.com/locustio/locust/blob/master/locust/web.py#L146
The text was updated successfully, but these errors were encountered:
It's a good idea to keep boomer acting exactly like Locust. It seems that I left this field to be -1, just for testing. I'll fix it later, thx.
Sorry, something went wrong.
No branches or pull requests
If boomer never has a success, MinResponseTime is -1 and displays -1 in the GUI
https://github.com/myzhan/boomer/blob/master/stats.go#L69
Python Locust handles this by displaying 0.
https://github.com/locustio/locust/blob/master/locust/stats.py#L88
https://github.com/locustio/locust/blob/master/locust/web.py#L146
The text was updated successfully, but these errors were encountered: