diff --git a/README.md b/README.md new file mode 100644 index 00000000..f927c464 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Matplotlib benchmarks + +This benchmark suite uses [airspeed velocity](https://asv.readthedocs.io/en/stable/) to run benchmarks at for [Matplotlib](https://matplotlib.org) + + +To get started using `asv`, install it `pip install asv`, and then run +`asv dev` from the top of this repository. The benchmark tests are in the +subdirectory `benchmarks/`.