-
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
Request time doesn't include download time when use stream #2443
Comments
Hi! When using
|
@cyberw
Do you have any idea about this situation? |
@cyberw
|
Yea that looks strange. I guess what that code is actually trying to do is represent the number of bytes actually downloaded. Or something. But I dont know why... |
This issue was closed because it has been stalled for 10 days with no activity. This does not necessarily mean that the issue is bad, but it most likely means that nobody is willing to take the time to fix it. If you have found Locust useful, then consider contributing a fix yourself! |
Prerequisites
Description
I use Locust for performance testing, and one of the cases is downloading files.
However, when using stream=true, the statistics time of Locust does not include the download time of the file.
Command line
locust -f mylocustfile.py --worker --master-host master --host=xxx
Python version
3.8.6
Locust version
2.17
Operating system
mac+docker
Associated issue
#162
067c124
The text was updated successfully, but these errors were encountered: