[Python-checkins] devguide: add a pointer to the benchmarks repo (closes #17449)

benjamin.peterson python-checkins at python.org
Mon Jun 23 01:49:19 CEST 2014


http://hg.python.org/devguide/rev/428b6350307e
changeset:   704:428b6350307e
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Jun 22 16:49:13 2014 -0700
summary:
  add a pointer to the benchmarks repo (closes #17449)

Initial patch by Kavya Joshi.

files:
  runtests.rst |  10 ++++++++++
  1 files changed, 10 insertions(+), 0 deletions(-)


diff --git a/runtests.rst b/runtests.rst
--- a/runtests.rst
+++ b/runtests.rst
@@ -124,3 +124,13 @@
 When you are adding tests to an existing test file, it is also recommended
 that you study the other tests in that file; it will teach you which precautions
 you have to take to make your tests robust and portable.
+
+
+Benchmarks
+----------
+Benchmarking is useful to test that a change does not degrade performance.
+
+`The Grand Unified Python Benchmark Suite <http://hg.python.org/benchmarks/>`_
+has a collection of benchmarks for all Python implementations. Documentation
+about running the benchmarks is in the `README.txt
+<http://hg.python.org/benchmarks/file/tip/README.txt>`_ of the benchmarks repo.

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list