-
Notifications
You must be signed in to change notification settings - Fork 366
ci: compare Go benchmarks properly #2865
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
Conversation
| with: | ||
| path: "./cache/benchmark-data.json" | ||
| key: "${{ steps.get-main-branch-sha.outputs.sha }}-${{ runner.os }}-${{ steps.system-info.outputs.cpu-model }}-go-benchmark" | ||
| key: "${{ steps.get-main-branch-sha.outputs.sha }}-${{ runner.os }}-go-benchmark" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was returning unknown, https://github.com/authzed/spicedb/actions/runs/21220346253/job/61055195969?pr=2805#step:7:13
which caused the cache key to not be found, therefore the comparison wasn't being done
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (74.49%) is below the target coverage (75.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #2865 +/- ##
==========================================
+ Coverage 74.46% 74.49% +0.04%
==========================================
Files 484 484
Lines 57702 57702
==========================================
+ Hits 42964 42982 +18
+ Misses 11733 11720 -13
+ Partials 3005 3000 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fixing an issue where PR's are not comparing against
main.