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

chore: cache jmh benchmarks #2750

Merged
merged 3 commits into from
Apr 5, 2024
Merged

chore: cache jmh benchmarks #2750

merged 3 commits into from
Apr 5, 2024

Conversation

alankritdabral
Copy link
Contributor

@alankritdabral alankritdabral commented Mar 29, 2024

@jdegoes This pr enables caching off jmh benchmarks on each push to main.
On successful merge the results would look like result

The next pr will include comparison of jmh benchmarks on each pull_request run. #2751

Issue Reference(s):
Relates to: #2265, comment
Fixes : #2265 comment

@CLAassistant
Copy link

CLAassistant commented Mar 29, 2024

CLA assistant check
All committers have signed the CLA.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.42%. Comparing base (709b459) to head (fd5d5b7).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2750   +/-   ##
=======================================
  Coverage   64.42%   64.42%           
=======================================
  Files         148      148           
  Lines        8668     8668           
  Branches     1589     1589           
=======================================
  Hits         5584     5584           
  Misses       3084     3084           

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

@jdegoes jdegoes merged commit 4340473 into zio:main Apr 5, 2024
23 checks passed
@alankritdabral alankritdabral deleted the cache_jmh branch April 17, 2024 10:38
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.

Enable benchmark monitoring with regression CI hook
4 participants