mimalloc-bench icon indicating copy to clipboard operation
mimalloc-bench copied to clipboard

Add rocksdb to the benchmarks

Open jvoisin opened this issue 3 years ago • 2 comments

rocksdb has a neat benchmarking tool, and it written with hardware-efficiency in mind, so it should highlight some allocators shortcoming.

Moreover, it's buildable with a makefile, so integrating it shouldn't be hard.

jvoisin avatar Jan 02 '22 18:01 jvoisin

The main question what tests are needed to add and run from rocksdb benchmarking tool? Currently I added: db_bench --benchmarks=fillrandom -- write N values in random key order in async mode

tvaleev avatar Jun 15 '22 13:06 tvaleev

Looks good to me :)

jvoisin avatar Jun 15 '22 18:06 jvoisin