Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. stian@Ubuntu-1410-utopic-64-minimal:~$ LD_PRELOAD="/usr/lib/libtcmalloc.so" pypy richards.py 3000
  2. Richards benchmark (Python) starting... [<function entry_point at 0x00000000045004d0>]
  3. finished.
  4. Total time for 3000 iterations: 9.57 secs
  5. Average time per iteration: 3.19 ms
  6. stian@Ubuntu-1410-utopic-64-minimal:~$ pypy richards.py 3000
  7. Richards benchmark (Python) starting... [<function entry_point at 0x00007f794b4b04d0>]
  8. finished.
  9. Total time for 3000 iterations: 9.89 secs
  10. Average time per iteration: 3.30 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement