LesnyRumcajs / grpc_bench

Various gRPC benchmarks
MIT License
891 stars 142 forks source link

cpp mt benchmark should be modified #490

Open FAKERINHEART opened 3 weeks ago

FAKERINHEART commented 3 weeks ago

Your cpp mt benchmark does not take advantage of the grpc async modes. There is always only one CallData in one thread, which will have adverse side effects in grpc-server receiving packets. You can pre-create more than one CallData(tag)s registered into the server.