[pypy-issue] [issue932] Python 1.7 slower on home maid path tracing than 1.6

mikefc tracker at bugs.pypy.org
Mon Jan 9 09:30:23 CET 2012


mikefc <coolbutuseless at gmail.com> added the comment:

Confirmed on latest OSX nightly.  Just for comparison's sake - python takes 16 *minutes*

=================================================
time ~/pypy-1.6/bin/pypy smallpt.py 640 480 4
Rendering (4 spp) 99.84%
real	0m42.169s
user	0m41.967s
sys	0m0.123s

time ~/pypy-1.7/bin/pypy smallpt.py 640 480 4
Rendering (4 spp) 99.84%
real	1m3.213s
user	1m2.919s
sys	0m0.145s

time ~/pypy-latest/bin/pypy smallpt.py 640 480 4
Rendering (4 spp) 99.84%
real	0m57.183s
user	0m56.907s
sys	0m0.158s

time python smallpt.py 640 480 4
Rendering (4 spp) 99.84%
real	16m15.164s
user	16m9.654s
sys	0m1.109s

----------
nosy: +mikefc
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue932>
________________________________________


More information about the pypy-issue mailing list