Created
June 7, 2012 01:19
-
-
Save igorgue/2885933 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
| ☁ [tmp] ⚡ python -mtimeit 'import get_aprox; get_aprox.javier(120, [33, 50, 52, 75, 100, 175, 180, 182, 200, 350])' | |
| 100000 loops, best of 3: 6.71 usec per loop | |
| ☁ [tmp] ⚡ python -mtimeit 'import get_aprox; get_aprox.auston(120, [33, 50, 52, 75, 100, 175, 180, 182, 200, 350])' | |
| 100000 loops, best of 3: 13.9 usec per loop | |
| ☁ [tmp] ⚡ python -mtimeit 'import get_aprox; get_aprox.auston(120, [33, 50, 52, 75, 100, 175, 180, 182, 200, 350])' | |
| 100000 loops, best of 3: 14.3 usec per loop | |
| ☁ [tmp] ⚡ python -mtimeit 'import get_aprox; get_aprox.gor(120, [33, 50, 52, 75, 100, 175, 180, 182, 200, 350])' | |
| 100000 loops, best of 3: 10.1 usec per loop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment