This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-10-01.16:36:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443717369.09.0.753130274347.issue25289@psf.upfronthosting.co.za>
In-reply-to
Content
I was curious, so I checked:

C:\Users\Zachary\code\hg.python.org\3.5>python.bat -m test.pystone
Running Debug|x64 interpreter...
Pystone(1.2) time for 50000 passes = 1.14142
This machine benchmarks at 43805 pystones/second

C:\Users\Zachary\code\hg.python.org\3.5>python.bat -m test.pystone
Running Release|x64 interpreter...
Pystone(1.2) time for 50000 passes = 0.421115
This machine benchmarks at 118732 pystones/second

C:\Users\Zachary\code\hg.python.org\3.5>python.bat -m test.pystone
Running PGUpdate|x64 interpreter...
Pystone(1.2) time for 50000 passes = 0.281218
This machine benchmarks at 177798 pystones/second

These were run on a Windows 8.1 Virtualbox VM on a Mac.  For reference, here's the results for the host machine using python3.5.0 from python.org:

$ python3 -m test.pystone
Pystone(1.2) time for 50000 passes = 0.413982
This machine benchmarks at 120778 pystones/second
History
Date User Action Args
2015-10-01 16:36:09zach.waresetrecipients: + zach.ware, paul.moore, vstinner, tim.golden, jkloth, steve.dower
2015-10-01 16:36:09zach.waresetmessageid: <1443717369.09.0.753130274347.issue25289@psf.upfronthosting.co.za>
2015-10-01 16:36:09zach.warelinkissue25289 messages
2015-10-01 16:36:08zach.warecreate