-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add HTTP request method (GET/POST/PUT, etc) to statistics table #3
Comments
I had the needs for this a while ago. I ended up with wrapping the client.get/post functions where I prefixed or suffixed the "name" keyword argument with "[GET]" or "[POST]". A better way would be if Locust handled this internally so that the request method could have its own column in the UI, which could be better designed and sorted on. |
I agree. And I think that two different HTTP request methods to the same URL, should then be treated separately in the web UI. |
I've implemented this functionality in a feature-branch named http-methods (commit 6db337d). Give it a quick try or just check through the commit and see if you see any oddities. The tests should pass but are still a bit WIP regarding using flask rather than gevent for the test web server. |
This issue were solved in the latest commit. |
Nice! Sorry, I was going to check out the branch before, but it totally slipped my mind. Btw, a nice thing to use if one wants some code review on a feature branch, is to do a pull request from that feature branch into master. |
Ah, cool, didn't know you could do that. |
Confidence intervals
…er_after_ramp fixing events remove listener
# This is the 1st commit message: locustio#1884 User distribution should happen when new workers comes in # This is the commit message locustio#2: locustio#1884 reformatting # This is the commit message locustio#3: locustio#1884 Make rebalance interval configurable # This is the commit message locustio#4: locustio#1884 Adding integration test for rebalanced # This is the commit message locustio#5: locustio#1884 revert change # This is the commit message locustio#6: locustio#1886 Simplify solution # This is the commit message locustio#7: locustio#1886 adding missing dependency # This is the commit message locustio#8: locustio#1884 Adding back enable rebalancing option # This is the commit message locustio#9: locustio#1884 adding extra comment the test # This is the commit message locustio#10: locustio#1884 renaming as suggested # This is the commit message locustio#11: locustio#1884 update help description # This is the commit message locustio#12: locustio#1884 handling of missing workers to rebalance
No description provided.
The text was updated successfully, but these errors were encountered: