-
Notifications
You must be signed in to change notification settings - Fork 205
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
builder: optimize tarfs building speed by skipping file content #1376
Conversation
@jiangliu , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/85275 |
The tarfs crate provides seekable reader to iterate entries in tar file, so optimize tarfs building speed by skipping file content. Signed-off-by: Jiang Liu <[email protected]>
@jiangliu , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/85278 |
Codecov Report
@@ Coverage Diff @@
## master #1376 +/- ##
==========================================
- Coverage 46.16% 46.15% -0.02%
==========================================
Files 122 122
Lines 37913 37952 +39
Branches 37913 37952 +39
==========================================
+ Hits 17503 17515 +12
- Misses 19490 19516 +26
- Partials 920 921 +1
|
@jiangliu , The CI test is completed, please check result:
Congratulations, your test job passed! |
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
The tarfs crate provides seekable reader to iterate entries in tar file, so optimize tarfs building speed by skipping file content.
Types of changes
What types of changes does your PullRequest introduce? Put an
x
in all the boxes that apply:Checklist
Go over all the following points, and put an
x
in all the boxes that apply.