Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [werehuman@lithium /tmp] $ python --version
- Python 2.6.6
- [werehuman@lithium /tmp] $ time python test.py
- real 0m28.075s
- user 0m27.774s
- sys 0m0.204s
- [werehuman@lithium /tmp] $ ~/pypy-1.6/bin/pypy --version
- Python 2.7.1 (d8ac7d23d3ec, Aug 17 2011, 11:51:18)
- [PyPy 1.6.0 with GCC 4.4.3]
- [werehuman@lithium /tmp] $ time ~/pypy-1.6/bin/pypy test.py
- real 0m59.384s
- user 0m58.220s
- sys 0m0.708s
- [werehuman@lithium /tmp] $ time ~/pypy-1.6/bin/pypy --jit off test.py
- real 1m0.685s
- user 0m59.704s
- sys 0m0.208s
- [werehuman@lithium /tmp] $ uname -a
- Linux lithium 2.6.32-5-686 #1 SMP Mon Jun 13 04:13:06 UTC 2011 i686 GNU/Linux
- [werehuman@lithium /tmp] $ ompload test.py
- Progress for 'test.py'
- ######################################################################## 100,0%
- Omploaded 'test.py' to http://ompldr.org/vOXltMg
- Success.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement