summaryrefslogtreecommitdiffstats
path: root/Tools/README
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-04-09 15:06:44 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-04-09 15:06:44 (GMT)
commitb547d395ab72d9e9747f71b0f038ad5ac9e30e01 (patch)
treebb5df7fb1b443485ce6a8d8407a429032bd18a37 /Tools/README
parentd6aa5b30dda9aad8d94f2f8fb66d9178a72a4769 (diff)
downloadcpython-b547d395ab72d9e9747f71b0f038ad5ac9e30e01.zip
cpython-b547d395ab72d9e9747f71b0f038ad5ac9e30e01.tar.gz
cpython-b547d395ab72d9e9747f71b0f038ad5ac9e30e01.tar.bz2
Update description of benchmarks and mention the benchmarks repo
Diffstat (limited to 'Tools/README')
-rw-r--r--Tools/README11
1 files changed, 7 insertions, 4 deletions
diff --git a/Tools/README b/Tools/README
index 44050c6..0d961de 100644
--- a/Tools/README
+++ b/Tools/README
@@ -3,7 +3,7 @@ while building or extending Python.
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 @@ i18n Tools for internationalization. pygettext.py
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 @@ scripts A number of useful single-file programs, e.g. tabnanny.py
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 @@ unicode Tools for generating unicodedata and codecs from unicode.org
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/