Skip to content
/ Manos Public

A CLI tool to benchmark RocksDB using both bounded and unbounded data workloads

Notifications You must be signed in to change notification settings

mdesilva/Manos

Repository files navigation

Manos - A CLI tool for benchmarking RocksDB

Benchmark RocksDB using both bounded and unbounded data workloads.

Prerequisites

RocksDB: https://github.com/facebook/rocksdb.git
C++11

Compiling and Running the CLI

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.

About

A CLI tool to benchmark RocksDB using both bounded and unbounded data workloads

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages