ChenSammi commented on PR #8512: URL: https://github.com/apache/ozone/pull/8512#issuecomment-2947960566
Without optimization Created 100000 containers in 2066 ms Performance results for ContainerChoosingPolicy Total volumes: 20 Total containers: 100000 Total threads: 10 Total operations: 100000 Container Chosen operations: 100000 Container Not Chosen operations: 0 Failed operations: 0 Total time (ms): 1163929 Average time per operation (ns): 1.1639291495E7 Operations per second: 85.91588245981977 With optimization Created 100000 containers in 2142 ms Performance results for ContainerChoosingPolicy Total volumes: 20 Total containers: 100000 Total threads: 10 Total operations: 100000 Container Chosen operations: 99983 Container Not Chosen operations: 17 Failed operations: 0 Total time (ms): 1593 Average time per operation (ns): 15932.3675 Operations per second: 62765.31093072012 Created 100000 containers in 2235 ms Performance results for ContainerChoosingPolicy Total volumes: 20 Total containers: 100000 Total threads: 10 Total operations: 1000000 Container Chosen operations: 999803 Container Not Chosen operations: 197 Failed operations: 0 Total time (ms): 4607 Average time per operation (ns): 4607.252501 Operations per second: 217049.0980867558 Created 500000 containers in 9831 ms Performance results for ContainerChoosingPolicy Total volumes: 20 Total containers: 500000 Total threads: 10 Total operations: 1000000 Container Chosen operations: 999962 Container Not Chosen operations: 38 Failed operations: 0 Total time (ms): 5890 Average time per operation (ns): 5890.142792 Operations per second: 169775.1710464815 Created 1000000 containers in 19750 ms Performance results for ContainerChoosingPolicy Total volumes: 20 Total containers: 1000000 Total threads: 10 Total operations: 1000000 Container Chosen operations: 999983 Container Not Chosen operations: 17 Failed operations: 0 Total time (ms): 7550 Average time per operation (ns): 7550.438456 Operations per second: 132442.6396993335 Created 2000000 containers in 40490 ms Performance results for ContainerChoosingPolicy Total volumes: 20 Total containers: 2000000 Total threads: 10 Total operations: 1000000 Container Chosen operations: 999996 Container Not Chosen operations: 4 Failed operations: 0 Total time (ms): 6536 Average time per operation (ns): 6536.22117 Operations per second: 152993.59889928572 -- 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]
