summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2013-06-03 21:25:39 +0200
committerRalf Gommers <ralf.gommers@googlemail.com>2013-06-03 21:25:39 +0200
commite9e490a54a87cfdbc9618b8547a7ecc81a6e2fac (patch)
tree705d9b8fcad6d28323cf51000376aa8e9ba73d13
parent8ab4e1ac2ad80c11f1efc9fbfe0fa32d70e6a474 (diff)
downloadnumpy-e9e490a54a87cfdbc9618b8547a7ecc81a6e2fac.tar.gz
DOC: add to HOWTO_RELEASE to check that the benchmark suite runs.
-rw-r--r--doc/HOWTO_RELEASE.rst.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt
index d6746f4d6..f44d17aa9 100644
--- a/doc/HOWTO_RELEASE.rst.txt
+++ b/doc/HOWTO_RELEASE.rst.txt
@@ -188,7 +188,10 @@ Release process
Check the buildbot
------------------
-The buildbot is located at `<http://buildbot.scipy.org/>`_.
+For Numpy, check the buildbot located at `<http://buildbot.scipy.org/>`_.
+Also check that the benchmarks (which are not run as part of the test suite)
+work. Note that at the moment this applies only to Scipy; Numpy doesn't have
+a benchmark suite. So, run ``scipy.bench()``.
Agree on a release schedule
---------------------------