Guido van Rossum
|
c1189eb524
|
Separate out a function pystones(loops=LOOPS) which runs the benchmark
and returns a (benchtime, stones) tuple. The main() function now
calls this and prints the report. Fred Drake's code.
|
1997-11-06 15:45:05 +00:00 |
Guido van Rossum
|
5526e394a2
|
set LOOPS to 10000
|
1997-08-14 20:14:12 +00:00 |
Guido van Rossum
|
04f2b453bb
|
Version 1.1. Fix memory leak and expensive comparison with None.
|
1997-01-18 02:20:37 +00:00 |
Guido van Rossum
|
f06ee5fa07
|
/usr/local/bin/python -> /usr/bin/env python
|
1996-11-27 19:52:01 +00:00 |
Guido van Rossum
|
189f8fb8f7
|
added "pystone" benchmark
|
1995-03-30 09:42:43 +00:00 |