peterxcli commented on PR #8360: URL: https://github.com/apache/ozone/pull/8360#issuecomment-2865556247
Final benchmark result(NUM_VOLUMES=10, NUM_THREADS=100, NUM_ITERATIONS = 100000): Here’s the data in **Markdown table** format for both *Average Latency (ns)* and *Operations Per Second (ops)*: ### Table - Average Latency (ns): | | Run1 | Run2 | Run3 | Run4 | Run5 | |--------------------|--------|--------|--------|--------|--------| | Capacity - sync | 136095 | 138843 | 139845 | 138826 | 138220 | | RoundRobin - sync | 11754 | 11572 | 12911 | 11706 | 12895 | | Capacity | 85952 | 85972 | 86069 | 82412 | 80370 | | RoundRobin | 18425 | 17051 | 16194 | 16787 | 16410 | - Operations Per Second (ops): | | Run1 | Run2 | Run3 | Run4 | Run5 | |--------------------|-------|-------|-------|-------|-------| | Capacity - sync | 7347 | 7202 | 7150 | 7203 | 7234 | | RoundRobin - sync | 85074 | 86414 | 77449 | 85422 | 77548 | | Capacity | 11634 | 11631 | 11618 | 12134 | 12442 | | RoundRobin | 54273 | 58647 | 61750 | 59566 | 60938 | ### Charts <img width="1074" alt="image" src="https://github.com/user-attachments/assets/220739e4-8e1f-4eda-a99a-01f32b9b646e" /> <img width="1073" alt="image" src="https://github.com/user-attachments/assets/cd4bb754-5eac-4093-b9d8-d5b2182c4960" /> cc @ChenSammi -- 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]
