Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 260 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 260 Bytes

iobject

Object storage workload generator

First make sure all of the submodules are initialized:

git submodule update --init --recursive

Then make a build directory and do a typical CMake build from there:

mkdir build
cd build
cmake ..
make