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

[Backport 2.16] Optimising hashmap.get call inside AwarenessAllocationDecider #14920

Merged
merged 1 commit into from
Jul 23, 2024

Optmising AwarenessAllocationDecider for hashmap.get call (#14761)

de8fb1c
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.16] Optimising hashmap.get call inside AwarenessAllocationDecider #14920

Optmising AwarenessAllocationDecider for hashmap.get call (#14761)
de8fb1c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 23, 2024 in 0s

71.64% (target 70.00%)

View this Pull Request on Codecov

71.64% (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.64%. Comparing base (1c28e4e) to head (de8fb1c).
Report is 8 commits behind head on 2.16.

Files Patch % Lines
...allocation/decider/AwarenessAllocationDecider.java 82.60% 0 Missing and 4 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               2.16   #14920      +/-   ##
============================================
+ Coverage     71.55%   71.64%   +0.09%     
- Complexity    62652    62663      +11     
============================================
  Files          5117     5117              
  Lines        293928   294056     +128     
  Branches      42833    42850      +17     
============================================
+ Hits         210319   210677     +358     
+ Misses        65975    65671     -304     
- Partials      17634    17708      +74     

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