-
Notifications
You must be signed in to change notification settings - Fork 9
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
Design RFC for crashtracker #696
Conversation
36af2f1
to
a476f7e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #696 +/- ##
==========================================
- Coverage 71.73% 71.73% -0.01%
==========================================
Files 271 271
Lines 41143 41143
==========================================
- Hits 29514 29513 -1
- Misses 11629 11630 +1
|
BenchmarksComparisonBenchmark execution time: 2024-10-31 18:56:47 Comparing candidate commit eb35127 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 51 metrics, 2 unstable metrics. CandidateCandidate benchmark detailsGroup 1
Group 2
Group 3
Group 4
Group 5
Group 6
Group 7
Group 8
Group 9
Group 10
Group 11
Group 12
BaselineOmitted due to size. |
a26abb1
to
c4a8c1e
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.
Left some comments, mostly speculative around future design. I do not think my comments should necessarily change the RFC as it is written, I'm just adding them here as a record for future discussions.
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.
Thanks for putting this together! I think this RFC will be a very useful resource to make sure everyone is on the same page when discussing the crashtracker.
I've left a bunch of suggestions, but I think overall this is pretty good 👍
What does this PR do?
Adds an RFC laying out the design considerations, risks, and mitigations for the crashtracker.
Motivation
We should clearly document this as the tool evolves.
Additional Notes
Anything else we should know when reviewing?
How to test the change?
This is documentation. No tests