Skip to content
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

Fix: transition to math/rand/v2 for Improved Performance and Code Clarity #15438

Merged
merged 1 commit into from
Mar 12, 2024

Switch to use math/rand/v2.Uint32N and clean runtime.fastrand

1e0aa22
Select commit
Loading
Failed to load commit list.
Merged

Fix: transition to math/rand/v2 for Improved Performance and Code Clarity #15438

Switch to use math/rand/v2.Uint32N and clean runtime.fastrand
1e0aa22
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 11, 2024 in 1s

65.65% (+0.01%) compared to fbaed97

View this Pull Request on Codecov

65.65% (+0.01%) compared to fbaed97

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.65%. Comparing base (fbaed97) to head (1e0aa22).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15438      +/-   ##
==========================================
+ Coverage   65.63%   65.65%   +0.01%     
==========================================
  Files        1562     1563       +1     
  Lines      194249   194379     +130     
==========================================
+ Hits       127502   127618     +116     
- Misses      66747    66761      +14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.