summaryrefslogtreecommitdiff
path: root/Lib/test/pystone.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2004-01-181-1/+0
* The script now takes an optional command-line argument to specify how manyAlex Martelli2004-01-021-4/+19
* Bump the LOOPS count. 50,000 iterations takes about 5 seconds on myGuido van Rossum2002-08-061-1/+1
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-182/+182
* Separate out a function pystones(loops=LOOPS) which runs the benchmarkGuido van Rossum1997-11-061-8/+12
* set LOOPS to 10000Guido van Rossum1997-08-141-1/+1
* Version 1.1. Fix memory leak and expensive comparison with None.Guido van Rossum1997-01-181-3/+22
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
* added "pystone" benchmarkGuido van Rossum1995-03-301-0/+229