Skip to content

Commit f1c03ad

Browse files
DOC: add link to benchmarks page in developer docs (#34408)
1 parent 556a6af commit f1c03ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/development/contributing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1275,8 +1275,8 @@ Performance matters and it is worth considering whether your code has introduced
12751275
performance regressions. pandas is in the process of migrating to
12761276
`asv benchmarks <https://github.com/spacetelescope/asv>`__
12771277
to enable easy monitoring of the performance of critical pandas operations.
1278-
These benchmarks are all found in the ``pandas/asv_bench`` directory. asv
1279-
supports both python2 and python3.
1278+
These benchmarks are all found in the ``pandas/asv_bench`` directory, and the
1279+
test results can be found `here <https://pandas.pydata.org/speed/pandas/#/>`__.
12801280

12811281
To use all features of asv, you will need either ``conda`` or
12821282
``virtualenv``. For more details please check the `asv installation

0 commit comments

Comments
 (0)