Home
last modified time | relevance | path

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

/external/rust/crates/criterion/src/
Dbenchmark.rs17 pub struct BenchmarkConfig { struct
30 pub(crate) struct PartialBenchmarkConfig { argument
59 pub(crate) fn to_complete(&self, defaults: &BenchmarkConfig) -> BenchmarkConfig { in to_complete()
563 config: &BenchmarkConfig, in execute_benchmark()
Dconnection.rs334 pub struct BenchmarkConfig { struct
343 impl From<&crate::benchmark::BenchmarkConfig> for BenchmarkConfig { argument
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()