File: glossary.rst

package info (click to toggle)
python-pytest-benchmark 5.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,072 kB
  • sloc: python: 5,232; makefile: 12
file content (21 lines) | stat: -rw-r--r-- 530 bytes parent folder | download
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