https://github.com/airspeed-velocity/asv
Airspeed Velocity: A simple Python benchmarking tool with web-based reporting
https://github.com/airspeed-velocity/asv
airspeed-velocity benchmark python
Last synced: about 1 month ago
JSON representation
Airspeed Velocity: A simple Python benchmarking tool with web-based reporting
- Host: GitHub
- URL: https://github.com/airspeed-velocity/asv
- Owner: airspeed-velocity
- License: bsd-3-clause
- Created: 2013-11-07T20:43:31.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T13:10:13.000Z (about 1 year ago)
- Last Synced: 2024-10-29T21:59:30.742Z (about 1 year ago)
- Topics: airspeed-velocity, benchmark, python
- Language: Python
- Homepage: https://asv.readthedocs.io/
- Size: 4.43 MB
- Stars: 870
- Watchers: 21
- Forks: 180
- Open Issues: 147
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.rst
- Code of conduct: CODE_OF_CONDUCT.rst
Awesome Lists containing this project
- best-of-python-dev - GitHub - 24% open · ⏱️ 29.10.2025): (Testing Tools)
- stars - airspeed-velocity/asv - Airspeed Velocity: A simple Python benchmarking tool with web-based reporting (Python)
README
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:
.. image:: https://img.shields.io/badge/benchmarked%20by-asv-blue.svg?style=flat
By using the following markdown::
[](https://your-url-here/)
License: `BSD three-clause license
`__.
Authors: Michael Droettboom, Pauli Virtanen, asv Developers