Running Benchmarks#

System Requirements#

To run the benchmarks, you need the asv package, which can then be invoked like so:

$ asv run --strict --python=`which python`

or you can run with tox as:

$ tox -e benchmarks