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

Optimising hashmap.get call inside AwarenessAllocationDecider #14761

Merged

Optmising AwarenessAllocationDecider for hashmap.get call

4c551ca
Select commit
Loading
Failed to load commit list.
Merged

Optimising hashmap.get call inside AwarenessAllocationDecider #14761

Optmising AwarenessAllocationDecider for hashmap.get call
4c551ca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 23, 2024 in 0s

71.80% (target 70.00%)

View this Pull Request on Codecov

71.80% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 82.60870% with 4 lines in your changes missing coverage. Please review.

Project coverage is 71.80%. Comparing base (b9d5804) to head (4c551ca).
Report is 14 commits behind head on main.

Files Patch % Lines
...allocation/decider/AwarenessAllocationDecider.java 82.60% 0 Missing and 4 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14761      +/-   ##
============================================
+ Coverage     71.75%   71.80%   +0.04%     
- Complexity    62459    62476      +17     
============================================
  Files          5147     5147              
  Lines        293417   293422       +5     
  Branches      42426    42428       +2     
============================================
+ Hits         210554   210704     +150     
+ Misses        65462    65329     -133     
+ Partials      17401    17389      -12     

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