Comment 16 for bug 1055448

Revision history for this message
mrDoctorWho (mrdoctorwho) wrote :

I'm python programmer and don't understand: why python3?

# Python 3
$ python3 -m test/pystone
Pystone(1.1) time for 50000 passes = 2.62
This machine benchmarks at 19084 pystones/second

# Python 2
$ python -m test/pystone
Pystone(1.1) time for 50000 passes = 2.25
This machine benchmarks at 22222.2 pystones/second