summaryrefslogtreecommitdiffstats
path: root/Lib/test/pystone.py
Commit message (Collapse)AuthorAgeFilesLines
* 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