Duncan Booth wrote:
> Robin Becker <[EMAIL PROTECTED]> wrote:
> 
>> I am hugely encouraged by this
>>
>> C:\Python\devel\pypy-1.0.0>\python24\python \python\lib\test
> \pystone.py
>> Pystone(1.1) time for 50000 passes = 1.49586
>> This machine benchmarks at 33425.6 pystones/second
>>
>> C:\Python\devel\pypy-1.0.0>.\pypy-c.exe \python\lib\test\pystone.py
>> Pystone(1.1) time for 50000 passes = 2.16123e-005
>> This machine benchmarks at 2.3135e+009 pystones/second
>>
>>
>> :) not
> 
> It looks like time.clock() is completely borked.

time.clock was indeed borked under windows (of by a factor of 1000). 
fixed in svn now.

Cheers,

Carl Friedrich
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to