benchmark_sampledata 0.1.3

Easily pull in files for benchmarking
Documentation

benchmark_sampledata

If you need collections of files to run your benchmarks on, this repo/crate might be of use.


use benchmark_sampledata;

let sd = benchmark_sampledata::linux_kernel().unwrap();


Docs: https://docs.rs/benchmark_sampledata/