book/src/user_guide/quick_mode.md
Quick mode is enabled with the --quick flag and tells criterion to stop benchmarks early once the significance level is below a certail value (default 5%, see the --significance-level flag).
Quick mode in criterion works exactly like tasty-bench which has a wealth of details: https://github.com/Bodigrim/tasty-bench
--significance-level) or time has run out (see --measurement-time), return t as a mean execution time.Statistics is a tricky matter, there is no one-size-fits-all approach. In the absence of a good theory simplistic approaches are as (un)sound as obscure ones. Those who seek statistical soundness should rather collect raw data and process it themselves using a proper statistical toolbox. Data reported by criterion in quick mode is only of indicative and comparative significance.