benchmark_sampledata

Crates.iobenchmark_sampledata
lib.rsbenchmark_sampledata
version0.1.5
sourcesrc
created_at2020-10-14 14:55:31.152572
updated_at2020-10-23 19:05:07.365681
descriptionEasily pull in files for benchmarking
homepage
repositoryhttps://github.com/woelper/benchmark_sampledata
max_upload_size
id299658
size6,143
Johann Woelper (woelper)

documentation

README

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

Commit count: 12

cargo fmt