Created
February 14, 2016 11:27
-
-
Save MasazI/c7b354b5e0b86fd4c55b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > ipython | |
| import name_space | |
| %timeit name_space.test1_repeat() | |
| 1 loops, best of 3: 13.1 s per loop | |
| %timeit name_space.test2_repeat() | |
| 1 loops, best of 3: 11.9 s per loop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment