-
Notifications
You must be signed in to change notification settings - Fork 738
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
QPS低 #107
Comments
我测的也很低,而且还很多failed,不管是tiny那个项目还是这个,很怪 |
发现failed是因为wsl,换成了虚拟机就没有failed了,wsl还是只能小打小闹。 |
我测试了ET和LT,他默认是ET模式,QPS就很低,切换LT模式就会高出非常非常多 |
测试下来,似乎是因为把监听的文件描述符设置ET模式后就会导致QPS低。如果只是单独把通信的文件描述符设置ET模式QPS还是很高的 |
parse那块可以改进 用regex正则匹配太慢了 |
有人知道webbench 测试的时候,报错fork failed.: Resource temporarily unavailable 是什么原因吗,我把-c 设置了4500就报错了,4100以下不报错 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
为啥我本地运行qps只有一千多?就是腾讯云2核心4G的机子
The text was updated successfully, but these errors were encountered: