Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |