Skip to content

Commit

Permalink
pythongh-100176: Remove outdated Tools/{io,cc,string}bench
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 12, 2023
1 parent 6ef6915 commit 535c89a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 2,721 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove outdated Tools/{io,cc,string}bench
9 changes: 0 additions & 9 deletions Tools/README
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ while building or extending Python.

buildbot Batchfiles for running on Windows buildbot workers.

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

freeze Create a stand-alone executable from a Python program.

gdb Python code to be run inside gdb, to make it easier to
Expand All @@ -15,8 +13,6 @@ 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. (*)

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

parser Un-parsing tool to generate code from an AST.
Expand All @@ -28,9 +24,6 @@ scripts A number of useful single-file programs, e.g. tabnanny.py
tabs and spaces, and 2to3, which converts Python 2 code
to Python 3 code.

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

unicode Tools for generating unicodedata and codecs from unicode.org
and other mapping files (by Fredrik Lundh, Marc-Andre Lemburg
and Martin von Loewis).
Expand All @@ -39,6 +32,4 @@ unittestgui A Tkinter based GUI test runner for unittest, with test
discovery.


(*) A generic benchmark suite is maintained separately at https://github.com/python/performance

Note: The pynche color editor has moved to https://gitlab.com/warsaw/pynche
Loading

0 comments on commit 535c89a

Please sign in to comment.