Benchmark RocksDB using both bounded and unbounded data workloads.
RocksDB: https://github.com/facebook/rocksdb.git
C++11
To compile the project, run the following command: g++ cli.cpp Workload.cpp -std=c++11 -L ${ROCKSDBDIR} -lrocksdb -o cli
, where ${ROCKSDBDIR} should be replaced with the path to your clone of the RocksDB repo. Then, execute the a.out file.