Message 277292 - Python tracker

Message277292

Author rhettinger
Recipients brett.cannon, fijall, lemburg, ned.deily, pitrou, rhettinger, serhiy.storchaka, steven.daprano, tim.peters, vstinner
Date 2016-09-23.19:03:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474657421.63.0.0799431547087.issue28240@psf.upfronthosting.co.za>
In-reply-to
Content
I concur with all of Mark-Andre's comments.

FWIW, when I do timings with the existing timeit, I use a repeat of 7.  It gives stable and consistent results.  The whole idea of using the minimum of those runs is to pick the least noisy measurement.
History
Date User Action Args
2016-09-23 19:03:41rhettingersetrecipients: + rhettinger, lemburg, tim.peters, brett.cannon, pitrou, vstinner, ned.deily, steven.daprano, fijall, serhiy.storchaka
2016-09-23 19:03:41rhettingersetmessageid: <1474657421.63.0.0799431547087.issue28240@psf.upfronthosting.co.za>
2016-09-23 19:03:41rhettingerlinkissue28240 messages
2016-09-23 19:03:41rhettingercreate