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 brett.cannon
Recipients brett.cannon, pitrou, vstinner
Date 2016-01-10.01:07:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452388039.55.0.280642550006.issue26058@psf.upfronthosting.co.za>
In-reply-to
Content
So min is the fastest time in a benchmark execution, average is the average across all benchmark executions, and the t-value is some statistics thing. Anything marked insignificant had such a small average difference it isn't worth reporting.

If you want to smooth out the numbers you should do a rigorous run that uses more loops per benchmark to help smooth out outliers. And if you are doing this on Linux there is a flag to measure memory usage as well.
History
Date User Action Args
2016-01-10 01:07:19brett.cannonsetrecipients: + brett.cannon, pitrou, vstinner
2016-01-10 01:07:19brett.cannonsetmessageid: <1452388039.55.0.280642550006.issue26058@psf.upfronthosting.co.za>
2016-01-10 01:07:19brett.cannonlinkissue26058 messages
2016-01-10 01:07:18brett.cannoncreate