Lines Matching refs:BenchmarkOptions
33 BenchmarkOptions{std::chrono::seconds(1), std::chrono::seconds(2), in getStudy()
76 auto equals(const BenchmarkOptions &BO) -> auto { in equals()
78 Field(&BenchmarkOptions::MinDuration, BO.MinDuration), in equals()
79 Field(&BenchmarkOptions::MaxDuration, BO.MaxDuration), in equals()
80 Field(&BenchmarkOptions::InitialIterations, BO.InitialIterations), in equals()
81 Field(&BenchmarkOptions::MaxIterations, BO.MaxIterations), in equals()
82 Field(&BenchmarkOptions::MinSamples, BO.MinSamples), in equals()
83 Field(&BenchmarkOptions::MaxSamples, BO.MaxSamples), in equals()
84 Field(&BenchmarkOptions::Epsilon, BO.Epsilon), in equals()
85 Field(&BenchmarkOptions::ScalingFactor, BO.ScalingFactor), in equals()
86 Field(&BenchmarkOptions::Log, BO.Log)); in equals()
93 Field(&Runtime::BenchmarkOptions, equals(RI.BenchmarkOptions))); in equals()
133 "BenchmarkOptions": { in TEST()
166 "BenchmarkOptions":{ in TEST()
179 "BenchmarkOptions":{ in TEST()