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

perf(collection): optimisations #10552

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

perf: `random[Key]()`: use `{at,keyAt}()` for single value

b93437c
Select commit
Loading
Failed to load commit list.
Open

perf(collection): optimisations #10552

perf: `random[Key]()`: use `{at,keyAt}()` for single value
b93437c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 13, 2024 in 0s

37.96% (-0.05%) compared to 24128a3

View this Pull Request on Codecov

37.96% (-0.05%) compared to 24128a3

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 37.96%. Comparing base (24128a3) to head (b93437c).
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10552      +/-   ##
==========================================
- Coverage   38.00%   37.96%   -0.05%     
==========================================
  Files         239      239              
  Lines       15488    15439      -49     
  Branches     1367     1364       -3     
==========================================
- Hits         5886     5861      -25     
+ Misses       9587     9563      -24     
  Partials       15       15              

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