-
Notifications
You must be signed in to change notification settings - Fork 127
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
Update CI benchmarks workflows #1255
base: main
Are you sure you want to change the base?
Conversation
Bencher Report
Click to view all benchmark results
|
Bencher Report
Click to view all benchmark results
|
Bencher Report
🚨 5 ALERTS: Threshold Boundary Limits exceeded!
Click to view all benchmark results
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1255 +/- ##
=======================================
Coverage 19.30% 19.30%
=======================================
Files 164 164
Lines 10849 10849
=======================================
Hits 2094 2094
Misses 8755 8755
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
45d2ce4
to
28ba220
Compare
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.
Few nits.
28ba220
to
5c60255
Compare
5c60255
to
c54af5e
Compare
This PR updates the workflows used to run benchmarks on our CI. According to @epompeii, we need to add
permissions: checks: write
to solve errors we are getting when merging PRs tomain
.This PR also adds a new workflow to automatically archive benches from forks after PRs are merged/closed.