[issue21988] Decrease iterating overhead in timeit

Steven D'Aprano report at bugs.python.org
Wed Jul 16 13:06:36 CEST 2014


Steven D'Aprano added the comment:

Looks good, but I think it is better to have an "unroll" option rather than do it automatically. I'm okay with the default being to unroll, but sometimes I want to compare the speed between different versions of Python, and having unroll=False to ensure the same behaviour between versions would be good.

----------
nosy: +steven.daprano

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21988>
_______________________________________


More information about the Python-bugs-list mailing list