An open API service indexing awesome lists of open source software.

https://github.com/davidbrochart/voila-asv

airspeed velocity-powered performance regression testing
https://github.com/davidbrochart/voila-asv

Last synced: 12 months ago
JSON representation

airspeed velocity-powered performance regression testing

Awesome Lists containing this project

README

          

# voila-asv
[asv](https://asv.readthedocs.io)-powered performance regression for [Voila](https://voila.readthedocs.io).

In order to benchmark all commits since e.g. the first release:
```
asv run 0.0.1..master --quick --show-stderr
```