[issue28240] Enhance the timeit module: display average +- std dev instead of minimum

STINNER Victor report at bugs.python.org
Tue Oct 18 12:16:12 EDT 2016


STINNER Victor added the comment:

> For now default timeit run takes from 0.8 to 8 sec. Adding yet 5 sec makes a user more angry.

See the issue #28469 "timeit: use powers of 2 in autorange(), instead of powers of 10" for a simple fix to reduce the total duration of the worst case (reduce it to 2.4 seconds).

----------

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


More information about the Python-bugs-list mailing list