python sync call 260 time/sec python streaming response 1900 times/sec cpp sync call 9k times/sec cpp streaming response 360k times/sec
On Sunday, May 15, 2016 at 7:30:30 AM UTC+8, Feng Xiao wrote: > > +grpc group > > On Fri, May 13, 2016 at 8:46 PM, Yan Yan <[email protected] <javascript:>> > wrote: > >> https://github.com/grpc/grpc/tree/master/examples/python >> >> I performed benchmarks by modifying the python examples. I have got >> 260/sec sync calls (req & rep rpc) and 1900/sec streaming response. How can >> I increase the thruput without multithreading and increase batch sizes? Thx. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Protocol Buffers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/protobuf. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
