chi3316 opened a new issue, #8733: URL: https://github.com/apache/rocketmq/issues/8733
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary This enhancement adds an automated performance benchmark testing pipeline using RocketMQ's built-in benchmark tools, integrated into the CI/CD workflow. ### Motivation Consistent performance testing is crucial for identifying bottlenecks and ensuring system reliability. Automating this process will save time, detect regressions early, and provide valuable insights into the system's performance trends. ### Describe the Solution You'd Like - Benchmark Tool Integration: Use RocketMQ's benchmark tool to measure throughput (TPS) and response time (RT). - GitHub Action: Automate the testing and reporting process within the CI/CD pipeline. - Configurable Thresholds: Set performance thresholds for automated pass/fail criteria. ### Describe Alternatives You've Considered Manual testing, which is less consistent and more time-consuming. ### Additional Context _No response_ -- 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org