Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

feat: add fanout cache #60

Merged
merged 26 commits into from
Apr 29, 2024
Merged

feat: add fanout cache #60

merged 26 commits into from
Apr 29, 2024

Conversation

lanlou1554
Copy link
Collaborator

@lanlou1554 lanlou1554 commented Apr 29, 2024

closes #17

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 92.39130% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 87.81%. Comparing base (c994a44) to head (d15a1d4).

Files Patch % Lines
storage-node/src/common/hash.rs 50.00% 5 Missing ⚠️
.../cache/data_store_cache/memdisk/data_store/disk.rs 0.00% 0 Missing and 1 partial ⚠️
storage-node/src/storage_manager.rs 98.43% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #60      +/-   ##
==========================================
+ Coverage   87.71%   87.81%   +0.09%     
==========================================
  Files          20       21       +1     
  Lines        3077     3151      +74     
  Branches     3077     3151      +74     
==========================================
+ Hits         2699     2767      +68     
- Misses        207      210       +3     
- Partials      171      174       +3     

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

@lanlou1554 lanlou1554 merged commit b5d2644 into main Apr 29, 2024
1 check passed
@lanlou1554 lanlou1554 deleted the ll/fanout_cache branch April 29, 2024 21:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

optimization: fanout cache
3 participants