-
Notifications
You must be signed in to change notification settings - Fork 565
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
fix: balanced pool #1114
fix: balanced pool #1114
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1114 +/- ##
==========================================
- Coverage 94.40% 94.27% -0.13%
==========================================
Files 39 40 +1
Lines 3806 3790 -16
==========================================
- Hits 3593 3573 -20
- Misses 213 217 +4
Continue to review full report at Codecov.
|
53689f5
to
615c7c1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
* fix: balanced pool * fixup * fixup
* fix: balanced pool * fixup * fixup
* fix: balanced pool * fixup * fixup
* fix: balanced pool * fixup * fixup
* fix: balanced pool * fixup * fixup
Unified pool and balanced-pool to use the same scheduling implementation. There is still room for improvement but this is a good first step.