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

feat: introduce manifest file for fast disk cache clear #780

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

fix: fix watermark updates

d6c6690
Select commit
Loading
Failed to load commit list.
Open

feat: introduce manifest file for fast disk cache clear #780

fix: fix watermark updates
d6c6690
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 27, 2024 in 0s

84.74% (-0.04%) compared to 2b841e5

View this Pull Request on Codecov

84.74% (-0.04%) compared to 2b841e5

Details

Codecov Report

Attention: Patch coverage is 88.84298% with 27 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
foyer/src/hybrid/builder.rs 0.00% 9 Missing ⚠️
foyer-storage/src/store.rs 57.89% 8 Missing ⚠️
foyer-storage/src/manifest.rs 97.81% 3 Missing ⚠️
foyer-storage/src/large/batch.rs 77.77% 2 Missing ⚠️
foyer-storage/src/small/set_manager.rs 81.81% 2 Missing ⚠️
foyer-bench/src/main.rs 66.66% 1 Missing ⚠️
foyer-storage/src/large/generic.rs 96.42% 1 Missing ⚠️
foyer-storage/src/small/generic.rs 87.50% 1 Missing ⚠️
Files with missing lines Coverage Δ
foyer-storage/src/device/direct_fs.rs 88.26% <100.00%> (+0.19%) ⬆️
foyer-storage/src/large/reclaimer.rs 86.25% <100.00%> (+0.77%) ⬆️
foyer-storage/src/large/recover.rs 89.60% <100.00%> (-0.70%) ⬇️
foyer-storage/src/region.rs 88.95% <ø> (-1.66%) ⬇️
foyer-storage/src/small/batch.rs 81.33% <100.00%> (ø)
foyer-bench/src/main.rs 65.05% <66.66%> (+<0.01%) ⬆️
foyer-storage/src/large/generic.rs 89.83% <96.42%> (+0.08%) ⬆️
foyer-storage/src/small/generic.rs 75.54% <87.50%> (+0.40%) ⬆️
foyer-storage/src/large/batch.rs 83.01% <77.77%> (-0.06%) ⬇️
foyer-storage/src/small/set_manager.rs 87.94% <81.81%> (-2.35%) ⬇️
... and 3 more