Skip to content

Commit

Permalink
pythongh-100176: Remove outdated Tools/{io,cc,string}bench (python#10…
Browse files Browse the repository at this point in the history
…1853)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
hugovk and hugovk committed Feb 17, 2024
1 parent 90dd653 commit aba37d4
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 2,733 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 @@ -10,8 +10,6 @@ c-analyzer Tools to check no new global variables have been added.

cases_generator Tooling to generate interpreters.

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

clinic A preprocessor for CPython C files in order to automate
the boilerplate involved with writing argument parsing
code for "builtins".
Expand All @@ -28,8 +26,6 @@ i18n Tools for internationalization. pygettext.py

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

iobench Benchmark for the new Python I/O system. (*)

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

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

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

tz A script to dump timezone from /usr/share/zoneinfo.

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

(*) 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 aba37d4

Please sign in to comment.