Hi, 2016-02-12 16:42 GMT+01:00 Maciej Fijalkowski <fij...@gmail.com>: > timeit does two really terrible things - uses min(time) and disables > the garbage collector, which makes it completely unreliable.
Can you please elaborate why using min(times) is a bad idea? I'm also using min() in my tool, I expect that it helps to ignore the sporadic peeks when the system is unstable. Victor _______________________________________________ Speed mailing list Speed@python.org https://mail.python.org/mailman/listinfo/speed