tikv / agatedb

A persistent key-value storage in rust.
Apache License 2.0
835 stars 77 forks source link

bench: add iterator bench #169

Closed GanZiheng closed 2 years ago

GanZiheng commented 2 years ago

Signed-off-by: GanZiheng ganziheng98@gmail.com

codecov[bot] commented 2 years ago

Codecov Report

Merging #169 (6b7daef) into master (94fd3a8) will increase coverage by 0.02%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #169      +/-   ##
==========================================
+ Coverage   88.64%   88.66%   +0.02%     
==========================================
  Files          38       38              
  Lines        8594     8594              
==========================================
+ Hits         7618     7620       +2     
+ Misses        976      974       -2     
GanZiheng commented 2 years ago

SSTIterator

Ok, I will add them.