ningboliu commented on PR #10745: URL: https://github.com/apache/dubbo/pull/10745#issuecomment-1277172779
**基准测试** 环境 Linux version 3.10.0-1127.el7.x86_64 4C8G java version "11.0.16.1" 网络:内网千兆网络 启动参数:-Xms2048m -Xmx2048m -XX:+UseG1GC 2服务器 ```java Benchmark Mode Cnt Score Error Units LoadBalance.adaptive thrpt 4 12908.232 ± 2808.715 ops/s LoadBalance.random thrpt 4 13197.763 ± 2388.624 ops/s LoadBalance.roundrobin thrpt 4 11899.578 ± 6931.389 ops/s LoadBalance.shortestresponse thrpt 4 11052.168 ± 517.151 ops/s ``` 3服务器 ```java LoadBalance.adaptive thrpt 4 19371.779 ± 2645.146 ops/s LoadBalance.random thrpt 4 19628.743 ± 4685.654 ops/s LoadBalance.roundrobin thrpt 4 19630.657 ± 4619.797 ops/s LoadBalance.shortestresponse thrpt 4 19250.009 ± 4268.092 ops/s ``` -- 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]
