# python/pyperformance

Python Performance Benchmark Suite

Repository: https://github.com/python/pyperformance
Canonical: https://ross.abutalabs.com/products/pyperformance
Homepage: http://pyperformance.readthedocs.io/
Language: Python
License: MIT
License Family: permissive
Topics: python, performance, benchmark
Last push: 2026-08-17T18:19:58+00:00

## Health v2 (maintenance only)
Score: 84/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 57, longevity 100
- inputs: {"age_days": 3668, "days_push": 16, "days_rel": 207, "gap_med": 52.5, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1027, forks 203 (observed 2026-08-28T04:03:16.989760+00:00)

## What it is
pyperformance is the official Python Performance Benchmark Suite, providing an authoritative set of real-world benchmarks for Python implementations such as CPython. It is distributed as a CLI tool on PyPI and used by projects like speed.python.org to measure and compare interpreter performance.

## Use cases
- benchmark python interpreter performance
- compare cpython versions with real-world benchmarks
- measure performance impact of a python patch
- run standardized python benchmarks from the command line
- track python performance regressions over time
- benchmark a custom python build

## When to choose
- you need authoritative, standardized benchmarks for CPython or other Python implementations
- you want to compare performance across Python versions or builds
- you contribute to CPython and need to validate performance changes

## When to avoid
- you need benchmarks tuned for PyPy specifically
- you want micro-benchmarks for a single library rather than whole-application workloads
- you need load or stress testing of web services

## Facets
- artifact type: cli-tool
- maturity: active
- function: benchmarking, developer-tools, cli
- domain: performance, developer-tools, programming-languages
- platform: python, cli, cross-platform
- tags: cpython, pypy, benchmarks, pyperf, python-implementations

## Member repositories
- python/pyperformance (main) score 84

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:16.989760+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:07:54.457072+00:00, confidence not recorded.
  - readme: https://github.com/python/pyperformance (fetched 2026-08-28T04:03:16.989760+00:00, sha d0a2f0f06498)
  - homepage: http://pyperformance.readthedocs.io/ (fetched 2026-08-29T13:08:20.733130+00:00, sha ceec1b5631b5)
  - registry_pypi: https://pypi.org/pypi/pyperformance/json (fetched 2026-08-29T13:08:20.741996+00:00, sha 22d2271ea0ed)
- Data as of 2026-08-30T08:39:29.467469+00:00.
