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

[YUNIKORN-2678] Improve FAIR queue sort algorithm #935

Closed
wants to merge 21 commits into from

compute GetFairMaxResource O(n) instead of NLog(N)

066797f
Select commit
Loading
Failed to load commit list.
Closed

[YUNIKORN-2678] Improve FAIR queue sort algorithm #935

compute GetFairMaxResource O(n) instead of NLog(N)
066797f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 23, 2024 in 0s

80.39% (+0.05%) compared to 375895b

View this Pull Request on Codecov

80.39% (+0.05%) compared to 375895b

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.39%. Comparing base (375895b) to head (066797f).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #935      +/-   ##
==========================================
+ Coverage   80.33%   80.39%   +0.05%     
==========================================
  Files          97       97              
  Lines       12384    12431      +47     
==========================================
+ Hits         9949     9994      +45     
- Misses       2164     2165       +1     
- Partials      271      272       +1     

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