File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -829,17 +829,17 @@ Running the performance test suite
829
829
830
830
Performance matters and it is worth considering whether your code has introduced
831
831
performance regressions. *xarray* is starting to write a suite of benchmarking tests
832
- using `asv <https://github.com/spacetelescope /asv>`__
832
+ using `asv <https://github.com/airspeed-velocity /asv>`__
833
833
to enable easy monitoring of the performance of critical *xarray* operations.
834
834
These benchmarks are all found in the ``xarray/asv_bench`` directory.
835
835
836
836
To use all features of asv, you will need either ``conda`` or
837
837
``virtualenv``. For more details please check the `asv installation
838
- webpage <https://asv.readthedocs.io/en/latest /installing.html>`_.
838
+ webpage <https://asv.readthedocs.io/en/stable /installing.html>`_.
839
839
840
840
To install asv::
841
841
842
- pip install git+https://github.com/spacetelescope/ asv
842
+ python -m pip install asv
843
843
844
844
If you need to run a benchmark, change your directory to ``asv_bench/`` and run::
845
845
You can’t perform that action at this time.
0 commit comments