diff options
author | Qiyu8 <fangchunlin@huawei.com> | 2020-03-03 10:28:10 +0800 |
---|---|---|
committer | Qiyu8 <fangchunlin@huawei.com> | 2020-03-03 10:28:10 +0800 |
commit | 849ca57fda700f3b165cc2fd23323b3ee9ff4731 (patch) | |
tree | 037d2a57fff7804b41f19c90f6c5999a4b6373e4 /benchmarks | |
parent | cae33e2f730f0ce05fc6fb560dbbd7848737edfa (diff) | |
download | numpy-849ca57fda700f3b165cc2fd23323b3ee9ff4731.tar.gz |
improving benchmark doc according the suggestion
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/README.rst | 7 |
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:: |