summaryrefslogtreecommitdiffstats
path: root/Lib/test/pystone.py
Commit message (Collapse)AuthorAgeFilesLines
* Get pystone working with lazy map.Neal Norwitz2007-08-121-1/+1
|
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-5/+5
| | | | | | | | | There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.)
* 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