mitdbg / treeline

An update-in-place key-value store for modern storage.
MIT License
132 stars 17 forks source link

Move all microbenchmarks into `bench/microbench` and clean up some dependencies #109

Closed geoffxy closed 2 years ago

geoffxy commented 2 years ago

I removed bench/ycsb.cc since we no longer use it (it's superseded by run_custom.cc). I also replaced references to ALEX with std::map instead (the benchmarks that use ALEX are not benchmarking ALEX's performance; they just need the functionality of an ordered map).

Resolves #104.