summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorQiyu8 <fangchunlin@huawei.com>2020-03-03 10:28:10 +0800
committerQiyu8 <fangchunlin@huawei.com>2020-03-03 10:28:10 +0800
commit849ca57fda700f3b165cc2fd23323b3ee9ff4731 (patch)
tree037d2a57fff7804b41f19c90f6c5999a4b6373e4 /benchmarks
parentcae33e2f730f0ce05fc6fb560dbbd7848737edfa (diff)
downloadnumpy-849ca57fda700f3b165cc2fd23323b3ee9ff4731.tar.gz
improving benchmark doc according the suggestion
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/README.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/benchmarks/README.rst b/benchmarks/README.rst
index df2167716..c5e950cf1 100644
--- a/benchmarks/README.rst
+++ b/benchmarks/README.rst
@@ -32,9 +32,10 @@ the command line and execute::
where ``--bench`` activates the benchmark suite instead of the
test suite. This builds NumPy and runs all available benchmarks
-defined in ``benchmarks/``.*(Note: this could take a while. Benchmarks
-often take longer to run than unit tests, and each benchmark is run
-multiple times to measure the distribution in execution times.)*
+defined in ``benchmarks/``.(Note: this could take a while. Each
+benchmark is run multiple times to measure the distribution in
+execution times.)
+
To run benchmarks from a particular benchmark module, such as
``bench_core.py``, simply append the filename without the extension::