hit-box / hitbox

A high-performance caching framework suitable for single-machine and for distributed applications in Rust
MIT License
73 stars 6 forks source link

Tokio backend #45

Closed singulared closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #45 (b06e7ad) into master (3fd47de) will decrease coverage by 5.29%. The diff coverage is 76.01%.

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
- Coverage   74.42%   69.12%   -5.30%     
==========================================
  Files          41       47       +6     
  Lines         696      826     +130     
==========================================
+ Hits          518      571      +53     
- Misses        178      255      +77     
Impacted Files Coverage Δ
hitbox-actix/src/messages.rs 88.88% <ø> (ø)
hitbox-redis/src/error.rs 0.00% <ø> (ø)
hitbox-tower/src/runtime.rs 0.00% <0.00%> (ø)
hitbox/src/cache.rs 80.00% <ø> (ø)
hitbox/src/states/cache_policy/cacheable.rs 90.90% <ø> (ø)
hitbox/src/states/cache_polled/error.rs 0.00% <ø> (ø)
hitbox/src/states/initial/base.rs 77.77% <ø> (+2.22%) :arrow_up:
hitbox/src/states/upstream_polled/successful.rs 40.74% <ø> (ø)
hitbox/src/transition_groups/only_cache.rs 58.33% <ø> (ø)
hitbox/src/transition_groups/stale.rs 62.50% <ø> (ø)
... and 26 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.