Jakub Stasiak added the comment:

To me the point of this patch is adding number of loops per second information 
- using thousands separators was just an addition which I'm happy to drop.

Please find attached 2 patches:
- one containing actual changes - loops per second added, fractional part is 
printed when the number is less than 100, space is used as thousands separator; 
old part of the message is not affected
- one containing PEP8 reformatting

So:

    10000 loops, best of 3: 34.6 usec per loop (28 870 loops/s)

----------
Added file: http://bugs.python.org/file31683/timeit-v3-actual-changes.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18975>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to