Skip to content

DOC: Update ASV benchmark example in contributing.rst #19201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 12, 2018
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