# asv **Repository Path**: mirrors_ray-project/asv ## Basic Information - **Project Name**: asv - **Description**: Airspeed Velocity: A simple Python benchmarking tool with web-based reporting - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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:: http://img.shields.io/badge/benchmarked%20by-asv-green.svg?style=flat By using the following markdown:: [![asv](http://img.shields.io/badge/benchmarked%20by-asv-green.svg?style=flat)](http://your-url-here/) License: `BSD three-clause license `__. Author: Michael Droettboom