-
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
branch geventhttpclient need a update #795
Comments
In addition, I think you can extract the |
I can close this issue now, for RPS reach 5k after using |
@ityoung double the performance of jmeter? Am I understanding that right? |
@aldenpeterson-wf Sorry for my mistake, I check today and find that my test didn't get an expect assertion, so the test run fast because it didn't go much logic in my server code. I'm adding some checkpoint, and will give a strict comparation with Jmeter. |
Description
I think I meet a bottleneck of CPU in my testing machine when RPS reach 1700, while using Jmeter can reach about 2500. And I found a issue #727 which just like my situation.
I think maybe I can try the
geventhttpclient
branch to raise the RPS, but the branch seems haven't update, and I needsetup
function which was added by version 0.8.1. @heymanwhen I run locust and RPS raise more than 1700, I got the error message on my slaves:
Locust Script Info
master + 4 slave
I have 7 api to test , and this is a snippet of my test script:
Machine Info
OS: Ubuntu 16.04.1
CPU: E5-2680, 4 Core
Mem: 8G
Python version: 3.5.4
Locust version: 0.8.1
The text was updated successfully, but these errors were encountered: