Skip to content

Commit aba37d4

Browse files
authored
gh-100176: Remove outdated Tools/{io,cc,string}bench (#101853)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 90dd653 commit aba37d4

File tree

6 files changed

+1
-2733
lines changed

6 files changed

+1
-2733
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove outdated Tools/{io,cc,string}bench

Tools/README

-9
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ c-analyzer Tools to check no new global variables have been added.
1010

1111
cases_generator Tooling to generate interpreters.
1212

13-
ccbench A Python threads-based concurrency benchmark. (*)
14-
1513
clinic A preprocessor for CPython C files in order to automate
1614
the boilerplate involved with writing argument parsing
1715
code for "builtins".
@@ -28,8 +26,6 @@ i18n Tools for internationalization. pygettext.py
2826

2927
importbench A set of micro-benchmarks for various import scenarios.
3028

31-
iobench Benchmark for the new Python I/O system. (*)
32-
3329
msi Support for packaging Python as an MSI package on Windows.
3430

3531
nuget Files for the NuGet package manager for .NET.
@@ -45,9 +41,6 @@ scripts A number of useful single-file programs, e.g. run_tests.py
4541
ssl Scripts to generate ssl_data.h from OpenSSL sources, and run
4642
tests against multiple installations of OpenSSL and LibreSSL.
4743

48-
stringbench A suite of micro-benchmarks for various operations on
49-
strings (both 8-bit and unicode). (*)
50-
5144
tz A script to dump timezone from /usr/share/zoneinfo.
5245

5346
unicode Tools for generating unicodedata and codecs from unicode.org
@@ -60,6 +53,4 @@ unittestgui A Tkinter based GUI test runner for unittest, with test
6053
wasm Config and helpers to facilitate cross compilation of CPython
6154
to WebAssembly (WASM).
6255

63-
(*) A generic benchmark suite is maintained separately at https://github.com/python/performance
64-
6556
Note: The pynche color editor has moved to https://gitlab.com/warsaw/pynche

0 commit comments

Comments
 (0)