Fullstop000 / wickdb

Pure Rust LSM-tree based embedded storage engine
Apache License 2.0
624 stars 69 forks source link

Add benchmark for essentials #21

Open Fullstop000 opened 5 years ago

Fullstop000 commented 5 years ago

Add benchmark for components below :

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

publicocean0 commented 4 years ago

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

Fullstop000 commented 4 years ago

@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.