Message 278133 - Python tracker

Message278133

Author vstinner
Recipients brett.cannon, fijall, lemburg, ned.deily, pitrou, rhettinger, serhiy.storchaka, steven.daprano, tim.peters, vstinner
Date 2016-10-05.15:39:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475681958.06.0.432815781013.issue28240@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, cfbolz just modified timeit in PyPy to display average (mean) and standard deviation:
https://bitbucket.org/pypy/pypy/commits/fb6bb835369e

Moreover, PyPy timeit now displays the following warning:
---
WARNING: timeit is a very unreliable tool. use perf or something else for real measurements
---
History
Date User Action Args
2016-10-05 15:39:18vstinnersetrecipients: + vstinner, lemburg, tim.peters, brett.cannon, rhettinger, pitrou, ned.deily, steven.daprano, fijall, serhiy.storchaka
2016-10-05 15:39:18vstinnersetmessageid: <1475681958.06.0.432815781013.issue28240@psf.upfronthosting.co.za>
2016-10-05 15:39:18vstinnerlinkissue28240 messages
2016-10-05 15:39:17vstinnercreate