summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorPierre de Buyl <pdebuyl@pdebuyl.be>2016-09-06 14:54:08 +0200
committerPierre de Buyl <pdebuyl@pdebuyl.be>2016-09-06 14:54:08 +0200
commit3f6672a30cd06d273e0b2160084a9abadcf9c315 (patch)
treee5f283690c21b36dcb5d9d5a4e750dfa8d11efba /benchmarks
parent2a55233b81a6ea18a57d1dd4f7bc5fff9f2fb681 (diff)
downloadpython-numpy-3f6672a30cd06d273e0b2160084a9abadcf9c315.tar.gz
python-numpy-3f6672a30cd06d273e0b2160084a9abadcf9c315.tar.bz2
python-numpy-3f6672a30cd06d273e0b2160084a9abadcf9c315.zip
DOC: change Numpy to NumPy in remaining files
the files in doc/ and numpy/ were covered in previous commits
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/README.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/benchmarks/README.rst b/benchmarks/README.rst
index c03d42ece..2ed5d150f 100644
--- a/benchmarks/README.rst
+++ b/benchmarks/README.rst
@@ -4,7 +4,7 @@
NumPy benchmarks
================
-Benchmarking Numpy with Airspeed Velocity.
+Benchmarking NumPy with Airspeed Velocity.
Usage
@@ -12,11 +12,11 @@ Usage
Airspeed Velocity manages building and Python virtualenvs by itself,
unless told otherwise. Some of the benchmarking features in
-``runtests.py`` also tell ASV to use the Numpy compiled by
+``runtests.py`` also tell ASV to use the NumPy compiled by
``runtests.py``. To run the benchmarks, you do not need to install a
-development version of Numpy to your current Python environment.
+development version of NumPy to your current Python environment.
-Run a benchmark against currently checked out Numpy version (don't
+Run a benchmark against currently checked out NumPy version (don't
record the result)::
python runtests.py --bench bench_core
@@ -46,9 +46,9 @@ See `ASV documentation`_ for basics on how to write benchmarks.
Some things to consider:
-- The benchmark suite should be importable with any Numpy version.
+- The benchmark suite should be importable with any NumPy version.
-- The benchmark parameters etc. should not depend on which Numpy version
+- The benchmark parameters etc. should not depend on which NumPy version
is installed.
- Try to keep the runtime of the benchmark reasonable.