If you need collections of files to run your benchmarks on, this repo/crate might be of use.
```rust
use benchmark_sampledata;
let sd = benchmarksampledata::linuxkernel().unwrap();
```
Docs: https://docs.rs/benchmark_sampledata/