diff options
author | Qiyu8 <fangchunlin@huawei.com> | 2020-03-03 10:31:09 +0800 |
---|---|---|
committer | Qiyu8 <fangchunlin@huawei.com> | 2020-03-03 10:31:09 +0800 |
commit | b42a2f83d9c0d3ce953c395440496078851a57be (patch) | |
tree | c31e75586136b0b5bb7e97a7b77f025e75dba05d /benchmarks | |
parent | 849ca57fda700f3b165cc2fd23323b3ee9ff4731 (diff) | |
download | numpy-b42a2f83d9c0d3ce953c395440496078851a57be.tar.gz |
improving benchmark doc according the suggestion
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/README.rst b/benchmarks/README.rst index c5e950cf1..64ccfbf84 100644 --- a/benchmarks/README.rst +++ b/benchmarks/README.rst @@ -32,7 +32,7 @@ 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. Each +defined in ``benchmarks/``. (Note: this could take a while. Each benchmark is run multiple times to measure the distribution in execution times.) |