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

Add naive hitbox-http implementation #56

Closed singulared closed 1 year ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #56 (0acfcfa) into master (0b17f0c) will decrease coverage by 3.44%. The diff coverage is 1.63%.

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
- Coverage   69.12%   65.69%   -3.44%     
==========================================
  Files          47       51       +4     
  Lines         826      857      +31     
==========================================
- Hits          571      563       -8     
- Misses        255      294      +39     
Impacted Files Coverage Δ
hitbox-backend/src/value.rs 72.72% <0.00%> (-16.17%) :arrow_down:
hitbox-http/src/request.rs 0.00% <0.00%> (ø)
hitbox-http/src/response.rs 0.00% <0.00%> (ø)
hitbox-tokio/src/cache.rs 86.66% <ø> (ø)
hitbox-tower/src/layer.rs 0.00% <0.00%> (ø)
hitbox-tower/src/service.rs 0.00% <0.00%> (ø)
hitbox-tower/src/state.rs 0.00% <0.00%> (ø)
hitbox-tokio/src/runtime.rs 75.86% <100.00%> (+3.44%) :arrow_up:
hitbox/src/states/finish/base.rs 50.00% <0.00%> (-16.67%) :arrow_down:
hitbox/src/states/cache_updated/base.rs 50.00% <0.00%> (-16.67%) :arrow_down:
... and 16 more

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