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, ned.deily, pitrou, serhiy.storchaka, vstinner, yselivanov
Date 2016-09-21.14:13:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474467233.23.0.707595151151.issue28240@psf.upfronthosting.co.za>
In-reply-to
Content
The perf module displays the median rather than the mean (arithmeric average). The difference between median and mean is probably too subtle for most users :-/ The term "median" is also probably unknown by most users...

I chose to use average: well known, easy to understand (we learn the formula at school: sum/count).
History
Date User Action Args
2016-09-21 14:13:53vstinnersetrecipients: + vstinner, brett.cannon, pitrou, ned.deily, fijall, serhiy.storchaka, yselivanov
2016-09-21 14:13:53vstinnersetmessageid: <1474467233.23.0.707595151151.issue28240@psf.upfronthosting.co.za>
2016-09-21 14:13:53vstinnerlinkissue28240 messages
2016-09-21 14:13:53vstinnercreate