Fullstop000 / wickdb

Pure Rust LSM-tree based embedded storage engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add benchmark for essentials

Fullstop000 opened this issue · comments

Add benchmark for components below :

  • LRU
  • Arena
  • Skiplist
  • utils/hash
  • Record
  • Table
  • DBImpl

Recommended using https://github.com/bheisler/criterion.rs

Hi your project is very interesting using nio api. Is there benchmarks compared with rocksdb?

@publicocean0 not yet. The project is still under rapid development. The e2e benchmarks will be added after benches for uint components are complete.

NIO sounds very interesting. We can test it after the implementation is stable.