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

Go MinResponseTime is -1 whereas Python is 0 #4

Closed
marrotte opened this issue Mar 13, 2016 · 1 comment
Closed

Go MinResponseTime is -1 whereas Python is 0 #4

marrotte opened this issue Mar 13, 2016 · 1 comment

Comments

@marrotte
Copy link
Contributor

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

@myzhan
Copy link
Owner

myzhan commented Mar 14, 2016

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.

@myzhan myzhan closed this as completed Mar 14, 2016
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

No branches or pull requests

2 participants