kevinw66 edited a comment on pull request #8983:
URL: https://github.com/apache/dubbo/pull/8983#issuecomment-1022914821


   After some benchmark test by `dubbo-benchmark` framework
   The results is shown as below
   Jvm parameters:
   `JDK Version: 1.8.0_281`
   `VM Arguments: -Xmx2g -Xms2g -XX:MaxDirectMemorySize=1g -XX:+UseG1GC`
   
   ## Throughput
   ### Disable Metrics
   | Benchmark | Mode | Cnt | Score | Error | Units |
   | :----: | :----: | :----: | :----: | :----: | :----: |
   | Client.createUser  |  thrpt | 3 | 23.067 ± 2.783 | | ops/ms |
   | Client.existUser | thrpt | 3 | 41.526 ± 5.468 | | ops/ms |
   | Client.getUser | thrpt | 3 | 23.092 ± 4.975 | | ops/ms |
   | Client.listUser | thrpt | 3 | 3.548 ± 0.077 | | ops/ms |
   | Client.createUser | avgt | 3 | 1.430 ± 0.102 | | ms/op |
   | Client.existUser | avgt | 3 | 0.750 ± 0.154 | | ms/op |
   | Client.getUser | avgt | 3 | 1.361 ± 0.145 | | ms/op |
   | Client.listUser | avgt | 3 | 8.981 ± 0.220 | | ms/op |
   | Client.createUser | sample | 688350 | 1.394 ± 0.002 | | ms/op |
   | Client.createUser:createUser·p0.00 | sample | | 0.600 | | ms/op |
   | Client.createUser:createUser·p0.50 | sample | | 1.225 | | ms/op |
   | Client.createUser:createUser·p0.90 | sample | | 2.154 | | ms/op |
   | Client.createUser:createUser·p0.95 | sample | | 2.294 | | ms/op |
   | Client.createUser:createUser·p0.99 | sample | | 2.707 | | ms/op |
   | Client.createUser:createUser·p0.999 | sample | | 3.431 | | ms/op |
   | Client.createUser:createUser·p0.9999 | sample | | 12.190 | | ms/op |
   | Client.createUser:createUser·p1.00 | sample | | 14.500 | | ms/op |
   | Client.existUser | sample | 1266489 | 0.758 ± 0.001 | | ms/op |
   | Client.existUser:existUser·p0.00 | sample | | 0.242 | | ms/op |
   | Client.existUser:existUser·p0.50 | sample | | 0.735 | | ms/op |
   | Client.existUser:existUser·p0.90 | sample | | 1.002 | | ms/op |
   | Client.existUser:existUser·p0.95 | sample | | 1.106 | | ms/op |
   | Client.existUser:existUser·p0.99 | sample | | 1.286 | | ms/op |
   | Client.existUser:existUser·p0.999 | sample | | 1.688 | | ms/op |
   | Client.existUser:existUser·p0.9999 | sample | | 12.468 | | ms/op |
   | Client.existUser:existUser·p1.00 | sample | | 15.221 | | ms/op |
   | Client.getUser | sample | 689952 | 1.390 ± 0.001 | | ms/op |
   | Client.getUser:getUser·p0.00 | sample | | 0.387 | | ms/op |
   | Client.getUser:getUser·p0.50 | sample | | 1.399 | | ms/op |
   | Client.getUser:getUser·p0.90 | sample | | 1.632 | | ms/op |
   | Client.getUser:getUser·p0.95 | sample | | 1.737 | | ms/op |
   | Client.getUser:getUser·p0.99 | sample | | 1.997 | | ms/op |
   | Client.getUser:getUser·p0.999 | sample | | 2.822 | | ms/op |
   | Client.getUser:getUser·p0.9999 | sample | | 16.253 | | ms/op |
   | Client.getUser:getUser·p1.00 | sample | | 19.857 | | ms/op |
   | Client.listUser | sample | 106368 | 9.021 ± 0.015 | | ms/op |
   | Client.listUser:listUser·p0.00 | sample | | 1.608 | | ms/op |
   | Client.listUser:listUser·p0.50 | sample | | 9.290 | | ms/op |
   | Client.listUser:listUser·p0.90 | sample | | 9.994 | | ms/op |
   | Client.listUser:listUser·p0.95 | sample | | 10.256 | | ms/op |
   | Client.listUser:listUser·p0.99 | sample | | 11.190 | | ms/op |
   | Client.listUser:listUser·p0.999 | sample | | 15.362 | | ms/op |
   | Client.listUser:listUser·p0.9999 | sample | | 17.182 | | ms/op |
   | Client.listUser:listUser·p1.00 | sample | | 23.167 | | ms/op |


-- 
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]

Reply via email to