New submission from Raymond Hettinger:

IPython 3.0 added a useful feature that we ought to consider for inclusion 
either in timeit.repeat() or in the command-line interface:

"""Using %timeit prints warnings if there is at least a 4x difference in 
timings between the slowest and fastest runs, since this might meant that the 
multiple runs are not independent of one another."""

----------
components: Library (Lib)
messages: 236908
nosy: rhettinger
priority: normal
severity: normal
status: open
title: Have timeit warn about runs that are not independent of each other
type: enhancement
versions: Python 3.5

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

Reply via email to