-
Notifications
You must be signed in to change notification settings - Fork 297
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
feat: back to source with piece group #2826
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2826 +/- ##
==========================================
- Coverage 52.06% 50.95% -1.11%
==========================================
Files 157 161 +4
Lines 21364 21989 +625
==========================================
+ Hits 11123 11205 +82
- Misses 9594 10126 +532
- Partials 647 658 +11
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: Jim Ma <[email protected]>
009cf3b
to
d612a6f
Compare
Signed-off-by: Jim Ma <[email protected]>
Signed-off-by: Jim Ma <[email protected]>
Signed-off-by: Jim Ma <[email protected]>
Signed-off-by: Jim Ma <[email protected]>
Signed-off-by: Jim Ma <[email protected]>
Signed-off-by: Jim Ma <[email protected]>
Signed-off-by: Jim Ma <[email protected]>
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
Signed-off-by: Jim Ma <[email protected]>
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
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
Description
Currently, for multiple pieces tasks, we download them by one piece for one request, download them by multiple pieces(piece group) is a better solution. This PR implements it.
Related Issue
Motivation and Context
Screenshots (if appropriate)
Types of changes
Checklist