ChPi commented on PR #12512: URL: https://github.com/apache/doris/pull/12512#issuecomment-1242015942
i test a grpc case which query 10 times on 1000 threads. total 10000 queries, `Stub.withDeadlineAfter.query` costs 10779ms, `stub.query` costs 10489ms. there is no difference. 1000个线程请求重复10次,10000个请求,使用withDeadlineAfter耗时10779ms,直接只用stub耗时10489ms,基本没啥差异。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
