Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE #8733] Add a performance benchmark testing pipeline #8734

Draft
wants to merge 10 commits into
base: develop
Choose a base branch
from

Conversation

chi3316
Copy link
Contributor

@chi3316 chi3316 commented Sep 23, 2024

Which Issue(s) This PR Fixes

Fixes #8733

Brief Description

  • This PR introduces an automated performance benchmark testing pipeline. It integrates RocketMQ's built-in benchmark tools into the CI/CD workflow.
  • The pipeline measures system TPS and RT, and allows for configurable performance thresholds to automate test validation
  • It automates data processing with scripts that generate visual reports.

How Did You Test This Change?

The test workflows

@chi3316 chi3316 marked this pull request as draft September 23, 2024 15:09
@codecov-commenter
Copy link

codecov-commenter commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.34%. Comparing base (525f877) to head (b98eee8).
Report is 7 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #8734      +/-   ##
=============================================
- Coverage      47.48%   47.34%   -0.15%     
+ Complexity     11571    11544      -27     
=============================================
  Files           1282     1282              
  Lines          89813    89813              
  Branches       11553    11553              
=============================================
- Hits           42652    42525     -127     
- Misses         41928    42038     +110     
- Partials        5233     5250      +17     
Flag Coverage Δ
47.34% <ø> (-0.15%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement] Add a performance benchmark testing pipeline
2 participants