Skip to content

Instantly share code, notes, and snippets.

@felipe-prenholato
Created October 3, 2011 15:28
Show Gist options
  • Save felipe-prenholato/1259372 to your computer and use it in GitHub Desktop.
Save felipe-prenholato/1259372 to your computer and use it in GitHub Desktop.
(fibs)felipe@PLAPSTMD142:~/projects/fibs$ time pypy fibs.py
real 0m3.900s
user 0m3.530s
sys 0m0.090s
(fibs)felipe@PLAPSTMD142:~/projects/fibs$ time python2.6 fibs.py
real 0m14.614s
user 0m13.660s
sys 0m0.260s
(fibs)felipe@PLAPSTMD142:~/projects/fibs$ time python2.7 fibs.py
real 0m3.517s
user 0m2.650s
sys 0m0.020s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment