Initial Support for Airspeed Velocity (#2113)

* asv init

* move asv

* init benchmarks

* small changes

* running basics

* ok done

* readme

* ok

* update

* linting

* linting

* linting

* linting

* Update and rename README-benchmarks.md to README-benchmarks.rst

* Update benchmarks.py

* linting
This commit is contained in:
Richard Liaw
2018-05-22 16:20:39 -07:00
committed by Philipp Moritz
parent 9b9ff19dd0
commit 01f69689ed
4 changed files with 174 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
Running the benchmarks
======================
You can run the benchmark suite by doing the following:
1. Install https://github.com/airspeed-velocity/asv: ``pip install asv``
2. Run ``asv dev`` in this directory.