Skip to content

Commit bcce140

Browse files
mroeschkejorisvandenbossche
authored andcommitted
DOC: update ASV example in contributing docs (#19201)
1 parent 78c3ff9 commit bcce140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/contributing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -858,9 +858,9 @@ takes a regular expression. For example, this will only run tests from a
858858
If you want to only run a specific group of tests from a file, you can do it
859859
using ``.`` as a separator. For example::
860860
861-
asv continuous -f 1.1 upstream/master HEAD -b groupby.groupby_agg_builtins
861+
asv continuous -f 1.1 upstream/master HEAD -b groupby.GroupByMethods
862862
863-
will only run the ``groupby_agg_builtins`` benchmark defined in ``groupby.py``.
863+
will only run the ``GroupByMethods`` benchmark defined in ``groupby.py``.
864864
865865
You can also run the benchmark suite using the version of ``pandas``
866866
already installed in your current Python environment. This can be

0 commit comments

Comments
 (0)