[Pythonmac-SIG] 2.4.3 Python Universal Binary Pystone Comparison
Jordan Mantha
mantha at chem.unr.edu
Fri Apr 7 00:15:17 CEST 2006
And here is mine on a 1.83GHz 17" Intel iMac:
$ python -V
Python 2.4.3
$ python -c "from test.pystone import pystones; print pystones()"
(1.99, 25125.628140703517)
-Jordan Mantha
On Apr 6, 2006, at 2:36 PM, Ted Leung wrote:
> FWIW here are 3 runs from 1.83GHz MacBook Pro....
>
> [sprout:2132]> /Library/Frameworks/Python.framework/Versions/2.4/
> bin/python -c "from test.pystone import pystones; print pystones()"
> (2.0400000000000005, 24509.803921568622)
> ===============================================================
> 2006-04-06 14:35[sprout:2132]> /Library/Frameworks/Python.framework/
> Versions/2.4/bin/python -c "from test.pystone import pystones;
> print pystones()"
> (2.0299999999999998, 24630.541871921185)
> ===============================================================
> 2006-04-06 14:35[sprout:2132]> /Library/Frameworks/Python.framework/
> Versions/2.4/bin/python -c "from test.pystone import pystones;
> print pystones()"
> (2.0800000000000005, 24038.461538461532)
>
> Ted
>
>
> On Apr 6, 2006, at 1:39 PM, Shane Holloway (IEEE) wrote:
>
>> I was just wondering if anyone else had compared pystones on their
>> box? I downloaded the latest Universal Build from the python.org
>> and found things to be a bit sluggish. So I ran the pystones test
>> to quickly gauge things, and noticed that things are indeed
>> running about 1/3 of what they should be. (Specific info from the
>> Terminal below.) Anyone have ideas? They both appear to be built
>> from GCC 4.0. Let me know what other information you need from me.
>>
>> Also, are there build instructions for creating the Universal
>> Packaging?
>>
>> Thanks,
>> -Shane Holloway
>>
>>
>>
>> From the Universal Build installed python::
>>
>> [shane at dynamic-46] ~% /Library/Frameworks/Python.framework/
>> Versions/2.4/bin/python -V
>> Python 2.4.3
>> [shane at dynamic-46] ~% /Library/Frameworks/Python.framework/
>> Versions/2.4/bin/python -c "from test.pystone import pystones;
>> print pystones()"
>> (3.79, 13192.612137203167)
>>
>>
>>
>> From the release24-maint branch built on my box::
>>
>> [shane at dynamic-46] python/py-24% svn info
>> Path: .
>> URL: http://svn.python.org/projects/python/branches/release24-maint
>> Repository UUID: 6015fed2-1504-0410-9fe1-9d1591cc4771
>> Revision: 43662
>> Node Kind: directory
>> Schedule: normal
>> Last Changed Author: martin.v.loewis
>> Last Changed Rev: 43618
>> Last Changed Date: 2006-04-04 00:08:17 -0600 (Tue, 04 Apr 2006)
>> Properties Last Updated: 2006-04-03 14:39:26 -0600 (Mon, 03 Apr 2006)
>>
>> [shane at dynamic-46] python/py-24% ./python.exe -V
>> Python 2.4.4c0
>> [shane at dynamic-46] python/py-24% ./python.exe -c "from
>> test.pystone import pystones; print pystones()"
>> (1.5799999999999998, 31645.569620253169)
>>
>> _______________________________________________
>> Pythonmac-SIG maillist - Pythonmac-SIG at python.org
>> http://mail.python.org/mailman/listinfo/pythonmac-sig
>
> ----
> Ted Leung Blog: <http://www.sauria.com/blog>
> This message is: [ ] bloggable [x] ask first [ ] private
>
>
> _______________________________________________
> Pythonmac-SIG maillist - Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythonmac-sig/attachments/20060406/7eab7235/attachment-0001.htm
More information about the Pythonmac-SIG
mailing list