-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Performance comparison of some frameworks. #10120
Conversation
</table> | ||
|
||
|
||
## Conclution |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to add the unit of this figure
I notice the code used for testing grpc is using Paddle's threadpool. Can you change to use pthread similar to the brpc experiment. Also, it would be great to simplify your grpc experiment to be as similar to brpc experiment as possible |
Could there be extra over head to create threads in threads? |
https://github.com/gongweibao/tests/blob/develop/grpc_test/client.cc#L165 |
https://github.com/Tuvie/brpc/blob/master/benchmark/client.cpp#L49 https://github.com/gongweibao/tests/blob/develop/grpc_test/client.cc#L71 |
It seems that they are not the key problem of performance. |
Since you haven't replied for a long time, we have closed this issue/pr. |
No description provided.