Home
last modified time | relevance | path

Searched defs:BenchmarkConfig (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/criterion/src/
Dbenchmark.rs7 pub struct BenchmarkConfig { struct
21 pub(crate) struct PartialBenchmarkConfig { argument
35 pub(crate) fn to_complete(&self, defaults: &BenchmarkConfig) -> BenchmarkConfig { in to_complete()
Dconnection.rs349 pub struct BenchmarkConfig { struct
358 impl From<&crate::benchmark::BenchmarkConfig> for BenchmarkConfig { implementation
Droutine.rs86 config: &BenchmarkConfig, in sample()
/external/rust/crates/criterion/src/analysis/
Dcompare.rs19 config: &BenchmarkConfig, in common()
75 config: &BenchmarkConfig, in t_test()
105 config: &BenchmarkConfig, in estimates()
Dmod.rs42 config: &BenchmarkConfig, in common()
271 config: &BenchmarkConfig, in regression()