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 pitrou
Recipients brett.cannon, fijall, ned.deily, pitrou, serhiy.storchaka, tim.peters, vstinner, yselivanov
Date 2016-09-21.14:19:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474467551.05.0.028982912498.issue28240@psf.upfronthosting.co.za>
In-reply-to
Content
> Display the average, rather than the minimum, of the timings *and* display the standard deviation. It should help a little bit to get more reproductible results

That entirely depends on which benchmark you are running.

> Disabling the GC is not fair: real applications use it

timeit was never meant to benchmark real applications, it is a micro-benchmarking tool.
History
Date User Action Args
2016-09-21 14:19:11pitrousetrecipients: + pitrou, tim.peters, brett.cannon, vstinner, ned.deily, fijall, serhiy.storchaka, yselivanov
2016-09-21 14:19:11pitrousetmessageid: <1474467551.05.0.028982912498.issue28240@psf.upfronthosting.co.za>
2016-09-21 14:19:11pitroulinkissue28240 messages
2016-09-21 14:19:11pitroucreate