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
I'm doing load testing with locust on a web site written by my colleagues.
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
The text was updated successfully, but these errors were encountered:
I found that this is because the server needs some time to process the request.
Sorry, something went wrong.
No branches or pull requests
I'm doing load testing with locust on a web site written by my colleagues.
With the above setting, I think when I set
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
The text was updated successfully, but these errors were encountered: