# airspeed-velocity/asv

Airspeed Velocity: A simple Python benchmarking tool with web-based reporting

Repository: https://github.com/airspeed-velocity/asv
Canonical: https://ross.abutalabs.com/products/asv
Homepage: https://asv.readthedocs.io/
Language: Python
License: BSD-3-Clause
License Family: permissive
Topics: airspeed-velocity, benchmark, python
Last push: 2026-08-15T18:56:46+00:00

## Health v2 (maintenance only)
Score: 84/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 58, longevity 100
- inputs: {"age_days": 4682, "days_push": 18, "days_rel": 67, "gap_med": 286, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1014, forks 209 (observed 2026-08-28T04:03:13.926225+00:00)

## What it is
Airspeed Velocity (asv) is a Python benchmarking tool that tracks a project's performance over its git history. It generates an interactive static web frontend for comparing benchmark results across commits and releases.

## Use cases
- benchmark python package over git history
- detect performance regressions between commits
- generate web-based benchmark reports
- compare performance across releases
- set up continuous benchmarking for a library

## When to choose
- you maintain a Python library and want to track performance over time
- you need historical benchmark comparisons across commits
- you want shareable static benchmark reports

## When to avoid
- you need micro-benchmarks for a single code version only
- you benchmark non-Python code
- you need runtime production performance monitoring

## Facets
- artifact type: cli-tool
- maturity: active
- function: benchmarking, data-visualization, cli
- domain: developer-tools, performance, testing
- platform: python, cli, cross-platform
- tags: benchmarking-tool, performance-regression, web-reporting, git-history

## Member repositories
- airspeed-velocity/asv (main) score 84

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:13.926225+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:11:31.599232+00:00, confidence not recorded.
  - readme: https://github.com/airspeed-velocity/asv (fetched 2026-08-28T04:03:13.926225+00:00, sha 6fff4652982b)
  - registry_pypi: https://pypi.org/pypi/asv/json (fetched 2026-08-29T13:11:23.837172+00:00, sha 196594361635)
- Data as of 2026-08-30T08:39:29.467469+00:00.
