Searched defs:BenchmarkConfig (Results 1 – 8 of 8) sorted by relevance
7 pub struct BenchmarkConfig { struct21 pub(crate) struct PartialBenchmarkConfig { argument35 pub(crate) fn to_complete(&self, defaults: &BenchmarkConfig) -> BenchmarkConfig { in to_complete()
349 pub struct BenchmarkConfig { struct358 impl From<&crate::benchmark::BenchmarkConfig> for BenchmarkConfig { argument
86 config: &BenchmarkConfig, in sample()
19 config: &BenchmarkConfig, in common()75 config: &BenchmarkConfig, in t_test()105 config: &BenchmarkConfig, in estimates()
42 config: &BenchmarkConfig, in common()271 config: &BenchmarkConfig, in regression()
24 public final class BenchmarkConfig { class50 private BenchmarkConfig(Builder builder) { in BenchmarkConfig() method in BenchmarkConfig
8 BenchmarkConfig = namedtuple("BenchmarkConfig", "num_warmup_iters num_iters") variable
41 struct BenchmarkConfig { struct