diff options
author | Guido van Rossum <guido@python.org> | 1995-03-30 09:42:43 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-03-30 09:42:43 (GMT) |
commit | 189f8fb8f72331e6b8160fdcbd0245d88baa90cc (patch) | |
tree | 959f530d42b475610a631e52ef0d8ab1146b9e9c /Tools/scripts/README | |
parent | 6f9e433ab3520d06fd3bc0c97a6ba49c0d67816d (diff) | |
download | cpython-189f8fb8f72331e6b8160fdcbd0245d88baa90cc.zip cpython-189f8fb8f72331e6b8160fdcbd0245d88baa90cc.tar.gz cpython-189f8fb8f72331e6b8160fdcbd0245d88baa90cc.tar.bz2 |
added "pystone" benchmark
Diffstat (limited to 'Tools/scripts/README')
-rw-r--r-- | Tools/scripts/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index 2b7f49f..58059ee 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -25,6 +25,7 @@ pathfix.py Change #!/usr/local/bin/python into something else pdeps.py Print dependencies between Python modules pindent.py Indent Python code, giving block-closing comments ptags.py Create vi tags file for Python modules +pystone.py Benchmark, based on "Dhrystone" C benchmark suff.py Sort a list of files by suffix sum5.py Print md5 checksums of files which.py Find a program in $PATH |