diff --git a/doc/source/development/contributing.rst b/doc/source/development/contributing.rst index d02896f777348..457aabcff0c17 100644 --- a/doc/source/development/contributing.rst +++ b/doc/source/development/contributing.rst @@ -1275,8 +1275,8 @@ Performance matters and it is worth considering whether your code has introduced performance regressions. pandas is in the process of migrating to `asv benchmarks `__ to enable easy monitoring of the performance of critical pandas operations. -These benchmarks are all found in the ``pandas/asv_bench`` directory. asv -supports both python2 and python3. +These benchmarks are all found in the ``pandas/asv_bench`` directory, and the +test results can be found `here `__. To use all features of asv, you will need either ``conda`` or ``virtualenv``. For more details please check the `asv installation