Synthetic benchmarks aren't realistic. For most python games, the speed of interpreter is not the bottleneck. Also, bottlenecks are easy to work around with a bit of Cython (C extensions).
That said, PyPy is quite fast nowadays, even though it isn't yet production ready (nor does it have an ARM...