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

Minor improvements #60

Closed liamsi closed 3 years ago

liamsi commented 3 years ago

As a nice side effect this will trigger having a baseline on master for future benchmark runs of bencher.

orijbot commented 3 years ago

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

codecov-commenter commented 3 years ago

Codecov Report

Merging #60 (ce2ab73) into master (5f13c0f) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   85.62%   85.62%           
=======================================
  Files           6        6           
  Lines         466      466           
=======================================
  Hits          399      399           
  Misses         39       39           
  Partials       28       28           
Impacted Files Coverage Δ
smt.go 80.78% <100.00%> (ø)
utils.go 100.00% <100.00%> (ø)

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 5f13c0f...ce2ab73. Read the comment docs.