jiridanek commented on pull request #880: URL: https://github.com/apache/qpid-dispatch/pull/880#issuecomment-787125127
Here's a microbenchmark for TCP Echo server latency with and without Dispatch ``` Debug build: ---------------------------------------------------------------------------- Benchmark Time CPU Iterations ---------------------------------------------------------------------------- BM_TCPEchoServerLatency1QDR 0.313 ms 0.032 ms 10000 BM_TCPEchoServerLatencyWithoutQDR 0.029 ms 0.018 ms 35970 that's on top of e00f88adef Fernando Giorgetti Date: Fri Jan 29 03:51:31 2021 -0300 DISPATCH-1870 - gRPC system test (#944) Debug build: ---------------------------------------------------------------------------- Benchmark Time CPU Iterations ---------------------------------------------------------------------------- BM_TCPEchoServerLatency1QDR 0.295 ms 0.031 ms 10000 BM_TCPEchoServerLatencyWithoutQDR 0.030 ms 0.018 ms 32067 Release build: ---------------------------------------------------------------------------- Benchmark Time CPU Iterations ---------------------------------------------------------------------------- BM_TCPEchoServerLatency1QDR 0.335 ms 0.031 ms 10000 BM_TCPEchoServerLatencyWithoutQDR 0.027 ms 0.017 ms 35902 on top of current master, commit a0451227c Ganesh Murthy Date: Thu Feb 25 09:58:48 2021 -0500 DISPATCH-1973: Do not record the http request without a record key. ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
