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 vstinner
Recipients brett.cannon, fijall, lemburg, ned.deily, pitrou, python-dev, rhettinger, serhiy.storchaka, steven.daprano, tim.peters, vstinner
Date 2016-10-18.16:16:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476807372.44.0.282084132048.issue28240@psf.upfronthosting.co.za>
In-reply-to
Content
> 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).
History
Date User Action Args
2016-10-18 16:16:12vstinnersetrecipients: + vstinner, lemburg, tim.peters, brett.cannon, rhettinger, pitrou, ned.deily, steven.daprano, fijall, python-dev, serhiy.storchaka
2016-10-18 16:16:12vstinnersetmessageid: <1476807372.44.0.282084132048.issue28240@psf.upfronthosting.co.za>
2016-10-18 16:16:12vstinnerlinkissue28240 messages
2016-10-18 16:16:12vstinnercreate