summaryrefslogtreecommitdiff
path: root/devel/py-pyperf/pkg-descr
blob: 432e6c8805e6bf4508147803beb17003e4c3b73a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
The Python pyperf module is a toolkit to write, run and analyze benchmarks.

Features:
- Simple API to run reliable benchmarks
- Automatically calibrate a benchmark for a time budget.
- Spawn multiple worker processes.
- Compute the mean and standard deviation.
- Detect if a benchmark result seems unstable.
- JSON format to store benchmark results.
- Support multiple units: seconds, bytes and integer.