Skip to content

Commit 5282e6b

Browse files
committed
Update description of benchmarks and mention the benchmarks repo
1 parent b571efc commit 5282e6b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Tools/README

+7-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ while building or extending Python.
33

44
buildbot Batchfiles for running on Windows buildslaves.
55

6-
ccbench A Python concurrency benchmark.
6+
ccbench A Python threads-based concurrency benchmark. (*)
77

88
demo Several Python programming demos.
99

@@ -17,13 +17,13 @@ i18n Tools for internationalization. pygettext.py
1717
and msgfmt.py generates a binary message catalog
1818
from a catalog in text format.
1919

20-
iobench Benchmark for the new Python I/O system.
20+
iobench Benchmark for the new Python I/O system. (*)
2121

2222
msi Support for packaging Python as an MSI package on Windows.
2323

2424
parser Un-parsing tool to generate code from an AST.
2525

26-
pybench Comprehensive Python benchmarking suite.
26+
pybench Low-level benchmarking for the Python evaluation loop. (*)
2727

2828
pynche A Tkinter-based color editor.
2929

@@ -33,7 +33,7 @@ scripts A number of useful single-file programs, e.g. tabnanny.py
3333
to Python 3 code.
3434

3535
stringbench A suite of micro-benchmarks for various operations on
36-
strings (both 8-bit and unicode).
36+
strings (both 8-bit and unicode). (*)
3737

3838
test2to3 A demonstration of how to use 2to3 transparently in setup.py.
3939

@@ -43,3 +43,6 @@ unicode Tools for generating unicodedata and codecs from unicode.org
4343

4444
unittestgui A Tkinter based GUI test runner for unittest, with test
4545
discovery.
46+
47+
48+
(*) A generic benchmark suite is maintained separately at http://hg.python.org/benchmarks/

0 commit comments

Comments
 (0)