[Pythonmac-SIG] Re: Python 2.3 benchmark request

Martina Oefelein Martina at Oefelein.de
Thu Jul 24 23:50:07 EDT 2003


PB 12"

Using the IDE, I get:
Python 2.3c1 (#9, Jul 23 2003, 11:51:05)
[GCC 3.1 20020420 (prerelease)]
Type "copyright", "credits" or "license" for more information.
MacPython IDE 1.0.1
 >>> from test import pystone
 >>> pystone.main()
Pystone(1.1) time for 50000 passes = 4.18
This machine benchmarks at 11961.7 pystones/second

The command line version is a bit faster (/usr/local/bin/python):
Python 2.3c1 (#9, Jul 23 2003, 11:51:05)
[GCC 3.1 20020420 (prerelease)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> from test import pystone
 >>> pystone.main()
Pystone(1.1) time for 50000 passes = 3.97
This machine benchmarks at 12594.5 pystones/second

ciao
Martina




More information about the Pythonmac-SIG mailing list