Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -858,9 +858,9 @@ takes a regular expression. For example, this will only run tests from a
If you want to only run a specific group of tests from a file, you can do it
using ``.`` as a separator. For example::
asv continuous -f 1.1 upstream/master HEAD -b groupby.groupby_agg_builtins
asv continuous -f 1.1 upstream/master HEAD -b groupby.GroupByMethods
will only run the ``groupby_agg_builtins`` benchmark defined in ``groupby.py``.
will only run the ``GroupByMethods`` benchmark defined in ``groupby.py``.
You can also run the benchmark suite using the version of ``pandas``
already installed in your current Python environment. This can be
Expand Down