Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 1 | -1/+0 |
| | |||||
* | The script now takes an optional command-line argument to specify how many | Alex Martelli | 2004-01-02 | 1 | -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 my | Guido van Rossum | 2002-08-06 | 1 | -1/+1 |
| | | | | machine -- that feels just right. | ||||
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -182/+182 |
| | |||||
* | Separate out a function pystones(loops=LOOPS) which runs the benchmark | Guido van Rossum | 1997-11-06 | 1 | -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 10000 | Guido van Rossum | 1997-08-14 | 1 | -1/+1 |
| | |||||
* | Version 1.1. Fix memory leak and expensive comparison with None. | Guido van Rossum | 1997-01-18 | 1 | -3/+22 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | added "pystone" benchmark | Guido van Rossum | 1995-03-30 | 1 | -0/+229 |