summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorQiyu8 <fangchunlin@huawei.com>2020-03-02 15:16:32 +0800
committerQiyu8 <fangchunlin@huawei.com>2020-03-02 15:16:32 +0800
commitc0abd2f87358d787f927437d5b722a208bfa43ef (patch)
treec028fd61f34eef92bbcfc6f0c83b35c36e4f19d7 /benchmarks
parenta7ff6a062d93dcc81386d3095a84a38c8b2283d3 (diff)
downloadnumpy-c0abd2f87358d787f927437d5b722a208bfa43ef.tar.gz
improve benchmark doc format2
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/README.rst b/benchmarks/README.rst
index 007144586..5f8d355a1 100644
--- a/benchmarks/README.rst
+++ b/benchmarks/README.rst
@@ -17,7 +17,7 @@ unless told otherwise. Some of the benchmarking features in
development version of NumPy to your current Python environment.
*Before beginning, ensure that* airspeed velocity *is installed.*
-By default, `asv` ships with support for anaconda and virtualenv.
+By default, `asv` ships with support for anaconda and virtualenv.:
pip install asv
pip install virtualenv
@@ -26,7 +26,7 @@ After contributing new benchmarks, you should test them locally
before submitting a pull request.
To run all benchmarks, navigate to the root NumPy directory at
-the command line and execute:
+the command line and execute::
python runtests.py --bench