1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Glossary
========
Iteration
A single run of your benchmarked function.
Round
A set of iterations. The size of a `round` is computed in the calibration phase.
Stats are computed with rounds, not with iterations. The duration for a round is an average of all the iterations in that round.
See: :doc:`calibration` for an explanation of why it's like this.
Mean
TODO
Median
TODO
IQR
InterQuertile Range. This is a different way to measure variance.
StdDev
TODO: Standard Deviation
Outliers
TODO
|