This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients rhettinger
Date 2015-02-28.20:42:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425156172.0.0.931116052614.issue23552@psf.upfronthosting.co.za>
In-reply-to
Content
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."""
History
Date User Action Args
2015-02-28 20:42:52rhettingersetrecipients: + rhettinger
2015-02-28 20:42:52rhettingersetmessageid: <1425156172.0.0.931116052614.issue23552@psf.upfronthosting.co.za>
2015-02-28 20:42:51rhettingerlinkissue23552 messages
2015-02-28 20:42:51rhettingercreate