[issue32589] Statistics as a result from timeit

Serhiy Storchaka report at bugs.python.org
Sat Jan 20 07:32:21 EST 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

I concur with Victor. This will defeat the purpose of timeit. And making the type of the result depending on arguments usually means a bad design.

For you particular need it is easy to write an explicit loop and gather the statistics that your need.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32589>
_______________________________________


More information about the Python-bugs-list mailing list