Add benchmark for essentials
Fullstop000 opened this issue · 2 comments
Fullstop000 commented
Add benchmark for components below :
- LRU
- Arena
- Skiplist
- utils/hash
- Record
- Table
- DBImpl
Recommended using https://github.com/bheisler/criterion.rs
publicocean0 commented
Hi your project is very interesting using nio api. Is there benchmarks compared with rocksdb?
Fullstop000 commented
@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.