celestiaorg / smt

A Go library that implements a Sparse Merkle tree for a key-value map.
https://godoc.org/github.com/celestiaorg/smt
MIT License
138 stars 53 forks source link

Do not merge #61

Closed liamsi closed 3 years ago

liamsi commented 3 years ago

ref: #30

orijbot commented 3 years ago

Visit https://dashboard.github.orijtech.com?back=0&pr=61&remote=false&repo=celestiaorg%2Fsmt to see benchmark details.

codecov-commenter commented 3 years ago

Codecov Report

Merging #61 (acdcce1) into master (d95f5f4) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #61   +/-   ##
=======================================
  Coverage   85.62%   85.62%           
=======================================
  Files           6        6           
  Lines         466      466           
=======================================
  Hits          399      399           
  Misses         39       39           
  Partials       28       28           
Impacted Files Coverage Δ
utils.go 100.00% <ø> (ø)
smt.go 81.11% <100.00%> (+0.32%) :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 d95f5f4...acdcce1. Read the comment docs.