]> granicus.if.org Git - python/commit
Separate out a function pystones(loops=LOOPS) which runs the benchmark
authorGuido van Rossum <guido@python.org>
Thu, 6 Nov 1997 15:45:05 +0000 (15:45 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Nov 1997 15:45:05 +0000 (15:45 +0000)
commitc1189eb52421ff384d6d9252bb1acc03016051e3
tree1f4c558fdfe3898b346e9d682448d3a629633c9b
parentf849291e2be019aa9976447ffc3b91033eeb37a8
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.
Lib/test/pystone.py