Performance comparison of some frameworks.#10120
Performance comparison of some frameworks.#10120gongweibao wants to merge 22 commits intoPaddlePaddle:developfrom
Conversation
| </table> | ||
|
|
||
|
|
||
| ## Conclution |
There was a problem hiding this comment.
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.