-
-
Notifications
You must be signed in to change notification settings - Fork 443
Upload failed triangulations as artifacts from benchmarks run #7766
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
@Czaki feel free to merge when you think this is ready. Do you want to use the run-benchmarks tag to make sure the action works? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7766 +/- ##
==========================================
- Coverage 92.97% 92.93% -0.04%
=======================================
8000
===
Files 633 633
Lines 59245 59245
==========================================
- Hits 55081 55059 -22
- Misses 4164 4186 +22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The Qt benchmark run requested by PR #7766 (edbd344 vs 8a958c9) has finished with status 'failure'. See the CI logs and artifacts for further details.
SOME BENCHMARKS HAVE CHANGED SIGNIFICANTLY.
SOME BENCHMARKS HAVE CHANGED SIGNIFICANTLY. |
hmm, what does |
Detect if any previous workflow steep failed. Current artifact does not contain it because the benchmark does not fail on triangulation (only one dumping problematic data for now). |
The Qt benchmark run requested by PR #7766 (7b6cc45 vs 8a958c9) has finished with status 'failure'. See the CI logs and artifacts for further details.
SOME BENCHMARKS HAVE CHANGED SIGNIFICANTLY. |
The Qt benchmark run requested by PR #7766 (9fb265a vs 8a958c9) has finished with status 'failure'. See the CI logs and artifacts for further details.
SOME BENCHMARKS HAVE CHANGED SIGNIFICANTLY. |
The Qt benchmark run requested by PR #7766 (e7c463a vs 8a958c9) has finished with status 'success'. See the CI logs and artifacts for further details.
SOME BENCHMARKS HAVE CHANGED SIGNIFICANTLY. |
References and relevant issues
For easier debugging of #7747
Description
In #7632 I have added dump of problematic shapes that crash triangulation. I think that such an option to debug problematic cases may be introduced in other part of the codebase.
This PR adds to benchmarks an upload of this data dump for easier debugging of CI.