On Tue, May 5, 2015 at 7:27 PM, Steven D'Aprano <steve+comp.lang.pyt...@pearwood.info> wrote: > Only the minimum is statistically useful.
I disagree. The minimum tells you how fast the code *can* run, under optimal circumstances. The mean tells you how fast it *realistically* runs, under typical load. Both can be useful to measure. -- https://mail.python.org/mailman/listinfo/python-list