-
Notifications
You must be signed in to change notification settings - Fork 249
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
chore: updates near-* dependendencies. Migrates testing blockchain mock to C-unwind #1244
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1244 +/- ##
=======================================
Coverage 80.07% 80.07%
=======================================
Files 102 102
Lines 14667 14597 -70
=======================================
- Hits 11744 11689 -55
+ Misses 2923 2908 -15 ☔ View full report in Codecov by Sentry. |
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.
@race-of-sloths score 2
@akorchyn Thank you for your contribution! Your pull request is now a part of the Race of Sloths! Current status: executed
Your contribution is much appreciated with a final score of 2! We would appreciate your feedback or contribution idea that you can submit here 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
|
The 1.81 release finishes the C-unwind transition: Details
It's a bit weird that UnorderedMap performs better on 1.81 than UnorderedSet. UnorderedMap uses 100 T whereas UnorderedSet uses 106T on fewer iterations.