Skip to content

v0y4g3r/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

About

Storage Benchmark Suite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.6%
  • Makefile 0.4%