[Python-Dev] 2.5a1 Performance

Jeremy Hylton jeremy at alum.mit.edu
Wed Apr 5 20:19:16 CEST 2006


On 4/5/06, Benji York <benji at benjiyork.com> wrote:
> Realizing that early releases don't normally perform as well as final
> releases, I ran pystone for 2.5a1 and compared with 2.4.2 (what I had
> handy).  2.5a1 got slightly more than 30k, while 2.4.2 gets slightly
> more than 35k (1.4 GHz, Pentium M, 1 Meg L2 cache).

We should verify that all the compiler optimizations that existed in
Python 2.4 still exist in Python 2.5.  We didn't expend much effort in
that area during the compiler development.  Not sure if there are any
that would affect pystone or not.

Jeremy

>
> I also ran a large test suite for a project with both 2.5a1 and 2.4.2
> and got nearly identical times.
>
> I haven't seen general performance mentioned here lately, so I thought
> I'd share those numbers.
>
> On a related note: it might be nice to put a pystone run in the buildbot
> so it'd be easier to compare pystones across different releases,
> different architectures, and between particular changes to the code.
> (That's assuming that the machines are otherwise idle, though.)
> --
> Benji York
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: http://mail.python.org/mailman/options/python-dev/jeremy%40alum.mit.edu
>


More information about the Python-Dev mailing list