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

prefetch: use a separate temporary cache for prefetching #730

Merged
merged 13 commits into from
Jan 7, 2025

create prefetch cache one level higher

d8f8f39
Select commit
Loading
Failed to load commit list.
Merged

prefetch: use a separate temporary cache for prefetching #730

create prefetch cache one level higher
d8f8f39
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 7, 2025 in 0s

87.43% (+0.09%) compared to 6862726

View this Pull Request on Codecov

87.43% (+0.09%) compared to 6862726

Details

Codecov Report

Attention: Patch coverage is 91.34615% with 18 lines in your changes missing coverage. Please review.

Project coverage is 87.43%. Comparing base (6862726) to head (d8f8f39).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/datachain/query/dataset.py 82.60% 7 Missing and 1 partial ⚠️
src/datachain/lib/file.py 60.00% 2 Missing and 2 partials ⚠️
src/datachain/progress.py 78.57% 3 Missing ⚠️
src/datachain/lib/pytorch.py 94.44% 1 Missing and 1 partial ⚠️
src/datachain/cache.py 95.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #730      +/-   ##
==========================================
+ Coverage   87.33%   87.43%   +0.09%     
==========================================
  Files         128      128              
  Lines       11222    11329     +107     
  Branches     1522     1529       +7     
==========================================
+ Hits         9801     9905     +104     
- Misses       1045     1046       +1     
- Partials      376      378       +2     

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