##// END OF EJS Templates
Dockerfile to track the latest master
Dockerfile to track the latest master

File last commit:

r17886:6476f5a8
r17968:5ee097e0
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.