Skip to content

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

License

Notifications You must be signed in to change notification settings

airspeed-velocity/asv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

01f7cfa · Feb 27, 2025
Jan 5, 2025
Jan 19, 2025
Mar 4, 2022
Nov 25, 2024
Feb 27, 2025
Jul 8, 2023
Jan 5, 2025
Oct 29, 2017
Dec 3, 2017
Sep 8, 2024
Jun 4, 2024
Jul 7, 2023
Nov 25, 2024
Aug 12, 2024
Aug 12, 2024
Aug 25, 2018
Feb 5, 2022
Feb 11, 2024
Feb 4, 2024
Nov 25, 2024
Feb 18, 2023
Feb 10, 2024

Repository files navigation

airspeed velocity

airspeed velocity (asv) is a tool for benchmarking Python packages over their lifetime.

It is primarily designed to benchmark a single project over its lifetime using a given suite of benchmarks. The results are displayed in an interactive web frontend that requires only a basic static webserver to host.

See an example airspeed velocity site.

See the full documentation for more information.

The latest release can be installed from PyPI using:

pip install asv

Are you using asv? Consider adding a badge to your project's README like this:

http://img.shields.io/badge/benchmarked%20by-asv-blue.svg?style=flat

By using the following markdown:

[![asv](http://img.shields.io/badge/benchmarked%20by-asv-blue.svg?style=flat)](http://your-url-here/)

License: BSD three-clause license.

Authors: Michael Droettboom, Pauli Virtanen, asv Developers