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

locust RPS too low #454

Closed
lyenliang opened this issue Jul 22, 2016 · 1 comment
Closed

locust RPS too low #454

lyenliang opened this issue Jul 22, 2016 · 1 comment

Comments

@lyenliang
Copy link

I'm doing load testing with locust on a web site written by my colleagues.

locust_setting

With the above setting, I think when I set

min_wait=100
max_wait=100

the RPS should be 10.(because 1 sec / 0.1 sec = 10)

But the actual RPS is just about 3.5.

Why does this happen? Does this mean that the server respond too slow?

Here's the result of the load testing

locust_result

@lyenliang
Copy link
Author

I found that this is because the server needs some time to process the request.

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

1 participant