diff options
author | Qiyu8 <fangchunlin@huawei.com> | 2020-03-02 15:16:32 +0800 |
---|---|---|
committer | Qiyu8 <fangchunlin@huawei.com> | 2020-03-02 15:16:32 +0800 |
commit | c0abd2f87358d787f927437d5b722a208bfa43ef (patch) | |
tree | c028fd61f34eef92bbcfc6f0c83b35c36e4f19d7 /benchmarks | |
parent | a7ff6a062d93dcc81386d3095a84a38c8b2283d3 (diff) | |
download | numpy-c0abd2f87358d787f927437d5b722a208bfa43ef.tar.gz |
improve benchmark doc format2
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/README.rst | 4 |
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 |