summaryrefslogtreecommitdiffstats
path: root/Lib/test/pystone.py
Commit message (Collapse)AuthorAgeFilesLines
* #3319: don't raise ZeroDivisionError if number of rounds is soGeorg Brandl2008-07-191-1/+5
| | | | low that benchtime is zero.
* 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
| | | | loops to run (default remains 50,000 if no argument is specified).
* Bump the LOOPS count. 50,000 iterations takes about 5 seconds on myGuido van Rossum2002-08-061-1/+1
| | | | machine -- that feels just right.
* 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
| | | | | and returns a (benchtime, stones) tuple. The main() function now calls this and prints the report. Fred Drake's code.
* 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