##// END OF EJS Templates
Merge pull request #6813 from quantopian/terminal-handler-encoding...
Merge pull request #6813 from quantopian/terminal-handler-encoding BUG: Set file encoding for IPython.html.terminal.handlers.

File last commit:

r17886:6476f5a8
r18536:596bb790 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.