From d66461e39adc4d637d7707057a2710d32df28bc3 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Tue, 20 Oct 2020 14:10:51 -0700 Subject: [PATCH] DOC: add Readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md 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/`.