Skip to content

Instantly share code, notes, and snippets.

@ojii
Created October 25, 2011 17:00
Show Gist options
  • Save ojii/1313493 to your computer and use it in GitHub Desktop.
Save ojii/1313493 to your computer and use it in GitHub Desktop.
Python2.7 vs Pypy Nightly dulwich
(pypyenv)jonas@jonas-Serval-Professional:~/workspace/gitstats.ep.io$ time pypy run.py /home/jonas/workspace/django-cms
real 0m2.493s
user 0m2.376s
sys 0m0.100s
(env)jonas@jonas-Serval-Professional:~/workspace/gitstats.ep.io$ time python run.py /home/jonas/workspace/django-cms
real 0m0.780s
user 0m0.724s
sys 0m0.048s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment