-
Notifications
You must be signed in to change notification settings - Fork 652
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
tracing: instrument outcome proof computation #11778
tracing: instrument outcome proof computation #11778
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #11778 +/- ##
=======================================
Coverage 71.77% 71.77%
=======================================
Files 796 796
Lines 162924 162917 -7
Branches 162924 162917 -7
=======================================
- Hits 116939 116934 -5
Misses 40932 40932
+ Partials 5053 5051 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@bowenwang1996 Thank you for your contribution! Your pull request is now a part of the Race of Sloths! Current status: executed
The average score is 1 @bowenwang1996 check out your results on the Race of Sloths Leaderboard! and in the profile What is the Race of SlothsRace of Sloths is a friendly competition where you can participate in challenges and compete with other open-source contributors within your normal workflow For contributors:
For maintainers:
Feel free to check our website for additional details! Bot commands
|
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.
LGTM
🔄 The PR has been merged.Important This pull request is a part of the Race of Sloths and has not been scored yet. Scoring will close in 24 hours! 🕰️ |
@wacban @tayfunelmas Please, score this PR with |
@race-of-sloths score 1 |
🌟 Score recorded!@wacban, thank you for scoring this pull request in the Race of Sloths! |
@race-of-sloths score 1 (I have to score as my previous message was incorrectly recognized as scoring 0 points) |
🌟 Score recorded!@frol, thank you for scoring this pull request in the Race of Sloths! |
✅ PR is finalized!Your contribution is much appreciated with a final score of 1! Another weekly streak completed, well done @bowenwang1996! To keep your weekly streak and get another bonus make pull request next week! Looking forward to see you in race-of-sloths |
Adding instrumentation on outcome proof computation, which may take a non-negligible amount of time if there are thousands of outcomes.