From 2511d0b132479ea899bb16401788687715961d8c Mon Sep 17 00:00:00 2001 From: David Stansby Date: Mon, 1 May 2023 15:15:52 +0100 Subject: [PATCH] Update asv links in contributing guide --- doc/contributing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/contributing.rst b/doc/contributing.rst index cdccd41d25c..b8195d12e3b 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -829,17 +829,17 @@ Running the performance test suite Performance matters and it is worth considering whether your code has introduced performance regressions. *xarray* is starting to write a suite of benchmarking tests -using `asv `__ +using `asv `__ to enable easy monitoring of the performance of critical *xarray* operations. These benchmarks are all found in the ``xarray/asv_bench`` directory. To use all features of asv, you will need either ``conda`` or ``virtualenv``. For more details please check the `asv installation -webpage `_. +webpage `_. To install asv:: - pip install git+https://github.com/spacetelescope/asv + python -m pip install asv If you need to run a benchmark, change your directory to ``asv_bench/`` and run::