From a45dd2a6ceea720148d5352cb3a0b3961d9474e5 Mon Sep 17 00:00:00 2001 From: Matt Roeschke Date: Thu, 11 Jan 2018 21:58:05 -0800 Subject: [PATCH] DOC: ASV example --- doc/source/contributing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index dc07104f64c65..cdbbad6eb75d6 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -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