added "pystone" benchmark

This commit is contained in:
Guido van Rossum 1995-03-30 09:42:43 +00:00
parent 6f9e433ab3
commit 189f8fb8f7
3 changed files with 459 additions and 0 deletions

View file

@ -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