icodening commented on issue #10727: URL: https://github.com/apache/dubbo/issues/10727#issuecomment-1278454272
环境信息: * 6C 16G * mac OS 10.15.7 * jdk8 ```` 优化后:dubbo/fastjson2 Benchmark Mode Cnt Score Error Units Client.createUser thrpt 3 78492.180 ± 52746.055 ops/s Client.existUser thrpt 3 93525.607 ± 36409.882 ops/s Client.getUser thrpt 3 83727.914 ± 4138.831 ops/s Client.listUser thrpt 3 32823.162 ± 26790.908 ops/s ```` ```` 优化前:3.1.1 dubbo/fastjson2 Benchmark Mode Cnt Score Error Units Client.createUser thrpt 3 62864.959 ± 18826.824 ops/s Client.existUser thrpt 3 72422.411 ± 39122.440 ops/s Client.getUser thrpt 3 62999.750 ± 15666.732 ops/s Client.listUser thrpt 3 33994.761 ± 13043.967 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]
