Advertisement
Guest User

Untitled

a guest
Aug 19th, 2011
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. [werehuman@lithium /tmp] $ python --version
  2. Python 2.6.6
  3. [werehuman@lithium /tmp] $ time python test.py
  4.  
  5. real 0m28.075s
  6. user 0m27.774s
  7. sys 0m0.204s
  8. [werehuman@lithium /tmp] $ ~/pypy-1.6/bin/pypy --version
  9. Python 2.7.1 (d8ac7d23d3ec, Aug 17 2011, 11:51:18)
  10. [PyPy 1.6.0 with GCC 4.4.3]
  11. [werehuman@lithium /tmp] $ time ~/pypy-1.6/bin/pypy test.py
  12.  
  13. real 0m59.384s
  14. user 0m58.220s
  15. sys 0m0.708s
  16. [werehuman@lithium /tmp] $ time ~/pypy-1.6/bin/pypy --jit off test.py
  17.  
  18. real 1m0.685s
  19. user 0m59.704s
  20. sys 0m0.208s
  21. [werehuman@lithium /tmp] $ uname -a
  22. Linux lithium 2.6.32-5-686 #1 SMP Mon Jun 13 04:13:06 UTC 2011 i686 GNU/Linux
  23. [werehuman@lithium /tmp] $ ompload test.py
  24. Progress for 'test.py'
  25. ######################################################################## 100,0%
  26. Omploaded 'test.py' to http://ompldr.org/vOXltMg
  27. Success.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement