Skip to content

feat: introduce eviction context for share context among shards

5196ac1
Select commit
Loading
Failed to load commit list.
Open

fix: fix w-TinyLFU frequencies updates #850

feat: introduce eviction context for share context among shards
5196ac1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 16, 2025 in 0s

58.25% (-26.47%) compared to efa47f7

View this Pull Request on Codecov

58.25% (-26.47%) compared to efa47f7

Details

Codecov Report

Attention: Patch coverage is 16.94915% with 98 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
foyer-memory/src/eviction/lfu.rs 0.00% 47 Missing ⚠️
foyer-memory/src/eviction/mod.rs 19.04% 34 Missing ⚠️
foyer-memory/src/raw.rs 47.05% 9 Missing ⚠️
foyer-memory/src/eviction/fifo.rs 0.00% 4 Missing ⚠️
foyer-memory/src/eviction/s3fifo.rs 0.00% 4 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (efa47f7) and HEAD (5196ac1). Click for more details.

HEAD has 2 uploads less than BASE
Flag BASE (efa47f7) HEAD (5196ac1)
3 1
Files with missing lines Coverage Δ
foyer-memory/src/eviction/lru.rs 69.31% <100.00%> (-24.06%) ⬇️
foyer-memory/src/eviction/fifo.rs 0.00% <0.00%> (-93.26%) ⬇️
foyer-memory/src/eviction/s3fifo.rs 0.00% <0.00%> (-91.75%) ⬇️
foyer-memory/src/raw.rs 54.34% <47.05%> (-34.86%) ⬇️
foyer-memory/src/eviction/mod.rs 23.33% <19.04%> (-76.67%) ⬇️
foyer-memory/src/eviction/lfu.rs 0.00% <0.00%> (-85.33%) ⬇️

... and 55 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.