[Python-Dev] Re: Are we collecting benchmark results across machines

Brad Clements bkc at murkworks.com
Fri Jan 2 15:23:35 EST 2004


On 2 Jan 2004 at 9:57, Guido van Rossum wrote:

> > Pystone(1.1) time for 50000 passes = 1.3762
> > This machine benchmarks at 36331.9 pystones/second

> Can you report the parrotbench times?


I'm on windows and don't have a 'time' executable, so I created a .bat file like this:

O:\Python\parrot>type timit.bat
echo "start"
time < nul
python -O b.py > xout
echo "end"
time < nul

It said:

start
14:23:54.85

end
14.24.10.09


that's about 16 seconds



-- 
Brad Clements,                bkc at murkworks.com   (315)268-1000
http://www.murkworks.com                          (315)268-9812 Fax
http://www.wecanstopspam.org/                   AOL-IM: BKClements




More information about the Python-Dev mailing list