Commit 0855dd89 authored by Guido van Rossum's avatar Guido van Rossum

Bump the LOOPS count. 50,000 iterations takes about 5 seconds on my

machine -- that feels just right.
parent 43af5b58
......@@ -32,7 +32,7 @@ Version History:
"""
LOOPS = 10000
LOOPS = 50000
from time import clock
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment