mike-wendt / asv

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

Home Page:https://asv.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

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

https://asv.readthedocs.io/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 84.0%Language:JavaScript 13.2%Language:C++ 1.3%Language:HTML 1.0%Language:CSS 0.5%