mitdbg / treeline

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

About compilation of benchmarks #110

Closed heejin5178 closed 1 year ago

heejin5178 commented 1 year ago

Hello.

I tried to compile benchmark by using "cmake -DCMAKE_BUILD_TYPE=Release -DTL_BUILD_BENCHMARKS=ON .. && make -j". But it failed because it couldn't find ycsbr repository. What's the additional task for compilation?

geoffxy commented 1 year ago

Hi - thanks for your interest in TreeLine! We're working on releasing these benchmark dependencies this week and will follow up once they are available.

heejin5178 commented 1 year ago

Thank you :)

geoffxy commented 1 year ago

@heejin5178 Following up - please try compiling again on the latest code on master. We've released the additional dependencies so it should work now.