##// END OF EJS Templates
Merge pull request #6479 from MechCoder/timeit_warning...
Merge pull request #6479 from MechCoder/timeit_warning Warnings if there is a bias in timings due to some side-effects of the method

File last commit:

r17886:6476f5a8
r17887:3c3af1bf merge
Show More
warning_timeit_cache.rst
2 lines | 196 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / warning_timeit_cache.rst

Using %timeit prints warnings if there is atleast a 4x difference in timings between the slowest and fastest runs, since this might meant that the multiple runs are not independent of one another.