summaryrefslogtreecommitdiff
path: root/Lib/test/pystone.py
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated time.clock() with time.time(). Fixes issue #20475.Guido van Rossum2014-06-041-5/+5
* Issue #21634: Fix pystone micro-benchmark: use floor division instead of trueVictor Stinner2014-06-021-3/+10
* #1513299: cleanup some map() uses where a comprehension works better.Georg Brandl2010-12-041-1/+1
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-1/+5
* 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
* 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