[Python-checkins] cpython: Update description of benchmarks and mention the benchmarks repo

antoine.pitrou python-checkins at python.org
Mon Apr 9 17:12:14 CEST 2012


http://hg.python.org/cpython/rev/f6191e14808f
changeset:   76181:f6191e14808f
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Mon Apr 09 17:06:44 2012 +0200
summary:
  Update description of benchmarks and mention the benchmarks repo

files:
  Tools/README |  11 +++++++----
  1 files changed, 7 insertions(+), 4 deletions(-)


diff --git a/Tools/README b/Tools/README
--- a/Tools/README
+++ b/Tools/README
@@ -3,7 +3,7 @@
 
 buildbot        Batchfiles for running on Windows buildslaves.
 
-ccbench         A Python concurrency benchmark.
+ccbench         A Python threads-based concurrency benchmark. (*)
 
 demo            Several Python programming demos.
 
@@ -17,13 +17,13 @@
                 and msgfmt.py generates a binary message catalog
                 from a catalog in text format.
 
-iobench         Benchmark for the new Python I/O system.
+iobench         Benchmark for the new Python I/O system. (*)
 
 msi             Support for packaging Python as an MSI package on Windows.
 
 parser          Un-parsing tool to generate code from an AST.
 
-pybench         Comprehensive Python benchmarking suite.
+pybench         Low-level benchmarking for the Python evaluation loop. (*)
 
 pynche          A Tkinter-based color editor.
 
@@ -33,7 +33,7 @@
                 to Python 3 code.
 
 stringbench     A suite of micro-benchmarks for various operations on
-                strings (both 8-bit and unicode).
+                strings (both 8-bit and unicode). (*)
 
 test2to3        A demonstration of how to use 2to3 transparently in setup.py.
 
@@ -43,3 +43,6 @@
 
 unittestgui     A Tkinter based GUI test runner for unittest, with test
                 discovery.
+
+
+(*) A generic benchmark suite is maintained separately at http://hg.python.org/benchmarks/

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


More information about the Python-checkins mailing list