Skip to content

evenyag/store-benches

Repository files navigation

Storage Benchmark Suite

Benchmark suite for reading/write data from/to different storage format.

Bench Parquet

Run the benchmark:

BENCH_CONFIG=/path/to/parquet/bencher/bench-config.toml cargo bench -p parquet-bencher

Bench Storage Engine

Enlarge max file descriptors:

ulimit -n unlimited

Run the benchmark:

BENCH_CONFIG=/path/to/engine/bencher/bench-config.toml cargo bench -p engine-bencher