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

Add skeleton for automated performance testing in CI #1356

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

hubcio
Copy link
Collaborator

@hubcio hubcio commented Nov 26, 2024

This commit is a base for future performance testing in CI.

  • Set up GitHub workflow to run performance benchmarks on push to master
  • Enhance benchmarking tools to collect and serialize detaile statistics,
    now iggy-bench can output data to csv and toml files
  • Introduce scripts for executing standard performance suites
    and handling results - run-standard-performance-suite.sh
  • Ensure performance results are properly cached and artifacts are uploaded

Desired outcome of whole feature is be able to present the results of
benchmarks in grafana.

@hubcio hubcio requested a review from a team as a code owner November 26, 2024 10:50
@coveralls
Copy link
Collaborator

coveralls commented Nov 26, 2024

Pull Request Test Coverage Report for Build 12054822987

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 6 unchanged lines in 5 files lost coverage.
  • Overall coverage decreased (-0.02%) to 75.101%

Files with Coverage Reduction New Missed Lines %
server/src/streaming/systems/messages.rs 1 70.37%
server/src/http/consumer_offsets.rs 1 94.74%
server/src/quic/listener.rs 1 83.33%
server/src/tcp/tcp_listener.rs 1 79.63%
sdk/src/cli/message/send_messages.rs 2 82.08%
Totals Coverage Status
Change from base Build 12054785954: -0.02%
Covered Lines: 23159
Relevant Lines: 30837

💛 - Coveralls

@hubcio hubcio force-pushed the performance-benchmarks branch 9 times, most recently from f7364d4 to e8ddf44 Compare November 27, 2024 15:41
This commit is a base for future performance testing in CI.

- Set up GitHub workflow to run performance benchmarks on push to master
- Enhance benchmarking tools to collect and serialize detaile statistics,
  now iggy-bench can output data to csv and toml files
- Introduce scripts for executing standard performance suites
  and handling results - run-standard-performance-suite.sh
- Ensure performance results are properly cached and artifacts are uploaded

Desired outcome of whole feature is be able to present the results of
benchmarks in grafana.
@hubcio hubcio merged commit 456c282 into master Nov 27, 2024
17 checks passed
@hubcio hubcio deleted the performance-benchmarks branch November 27, 2024 17:34
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.

3 participants