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.x] Optimising hashmap.get call inside AwarenessAllocationDecider #14919

Merged
merged 1 commit into from
Jul 23, 2024

Optmising AwarenessAllocationDecider for hashmap.get call (#14761)

b53e0c7
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Optimising hashmap.get call inside AwarenessAllocationDecider #14919

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

71.58% (target 70.00%)

View this Pull Request on Codecov

71.58% (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.58%. Comparing base (788a7fe) to head (b53e0c7).
Report is 17 commits behind head on 2.x.

Files Patch % Lines
...allocation/decider/AwarenessAllocationDecider.java 82.60% 0 Missing and 4 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #14919      +/-   ##
============================================
+ Coverage     71.52%   71.58%   +0.06%     
- Complexity    62546    62682     +136     
============================================
  Files          5110     5118       +8     
  Lines        293684   293963     +279     
  Branches      42800    42836      +36     
============================================
+ Hits         210063   210446     +383     
+ Misses        65978    65915      -63     
+ Partials      17643    17602      -41     

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