icodening commented on issue #10558: URL: https://github.com/apache/dubbo/issues/10558#issuecomment-1240808225
以下数据均通过`dubbo-benchmark`的`listUser`方法得出 ,序列化均为`protobuf` ```` 环境信息: macOS 10.15.7 CPU:6核 内存:16G JDK: 1.8.0_231 ```` 优化前triple(3.0.11) <img width="322" alt="# Warmup Iteration" src="https://user-images.githubusercontent.com/42876375/189149458-3cc431c9-171e-4f75-a692-b276abf187e4.png"> <img width="487" alt="Benchmark" src="https://user-images.githubusercontent.com/42876375/189149499-fed4b9b7-d3d3-4aa7-8c2a-486c869b9491.png"> 优化后的triple(增长约25%) <img width="330" alt="# Warmup Iteration" src="https://user-images.githubusercontent.com/42876375/189149849-d6cef3f1-771e-4646-b39d-1452049ce785.png"> <img width="492" alt="Benchmark" src="https://user-images.githubusercontent.com/42876375/189149865-ed3976e4-99e8-4517-9a4a-2dca701d9956.png"> ------------------------------------- 附加一份`grpc`的测试数据,grpc同基于`HTTP2`,可作为参照 <img width="328" alt="# Warmup Iteration" src="https://user-images.githubusercontent.com/42876375/189150759-6369a56e-2927-461e-9546-e8e180841e97.png"> <img width="503" alt="Benchmark" src="https://user-images.githubusercontent.com/42876375/189150774-bbb80743-b2c4-40f0-a16a-9a6f812ed422.png"> -- 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]
