wickdb icon indicating copy to clipboard operation
wickdb copied to clipboard

Add benchmark for essentials

Open Fullstop000 opened this issue 4 years ago • 2 comments

Add benchmark for components below :

  • [ ] LRU
  • [x] Arena
  • [x] Skiplist
  • [ ] utils/hash
  • [ ] Record
  • [ ] Table
  • [ ] DBImpl

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

Fullstop000 avatar Oct 29 '19 03:10 Fullstop000

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

publicocean0 avatar Jan 30 '20 20:01 publicocean0

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

Fullstop000 avatar Jan 31 '20 04:01 Fullstop000