youzan / ZanRedisDB

Yet another distributed fault-tolerant key-value database Compatible with Redis written in Golang.
MIT License
390 stars 60 forks source link

Optimize pfadd #21

Closed absolute8511 closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #21 into master will increase coverage by 0.15%. The diff coverage is 76.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage    44.2%   44.36%   +0.15%     
==========================================
  Files         149      149              
  Lines       22414    22549     +135     
==========================================
+ Hits         9909    10004      +95     
- Misses      10844    10876      +32     
- Partials     1661     1669       +8
Impacted Files Coverage Δ
node/state_machine.go 21.64% <0%> (ø) :arrow_up:
rockredis/rockredis.go 35.33% <50%> (-0.01%) :arrow_down:
node/node.go 31.45% <66.66%> (+0.19%) :arrow_up:
rockredis/t_hll.go 74.19% <77.63%> (-1.51%) :arrow_down:
node/ttl.go 35.15% <0%> (-0.79%) :arrow_down:
transport/rafthttp/stream.go 80.78% <0%> (+0.65%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 08e89bd...8c7f394. Read the comment docs.