6 releases

0.1.5 Oct 23, 2020
0.1.4 Oct 22, 2020

#134 in #linux-kernel

29 downloads per month
Used in diskspace_insight

MIT license

6KB
102 lines

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();


This crate will download and decompress source files such as the linux kernel or the cargo source tree. You can do what you want with these files afterwards, such as run real-world performance benchmarks. Please open an issue if you want other sample data included.

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

Dependencies

~8–21MB
~303K SLoC