Running speed.pypy tests?

Is there an easy way to run the same set of tests that speed.pypy does? I'm thinking of testing not pypy, but possibly some of the python newgil patches with the same battery of tests. (maybe setting up the different pythons in different chroots) ? S++

Hello. Basically running those tests is fairly simple. You need a checkout of our benchmarks: http://codespeak.net/svn/pypy/benchmarks/ and run runner.py with correct options. This can only compare two python interpreters, so you might want to run it multiple times. Also, please don't upload results to speed.pypy.org :) (one of the options). To have a webserver to display it (instead of text backend), you need to checkout speed source, they can be found in about on speed.pypy.org. Cheers, fijal On Sun, May 30, 2010 at 11:45 PM, Stuart Axon <stuaxo2@yahoo.com> wrote:

Hello. Basically running those tests is fairly simple. You need a checkout of our benchmarks: http://codespeak.net/svn/pypy/benchmarks/ and run runner.py with correct options. This can only compare two python interpreters, so you might want to run it multiple times. Also, please don't upload results to speed.pypy.org :) (one of the options). To have a webserver to display it (instead of text backend), you need to checkout speed source, they can be found in about on speed.pypy.org. Cheers, fijal On Sun, May 30, 2010 at 11:45 PM, Stuart Axon <stuaxo2@yahoo.com> wrote:
participants (2)
-
Maciej Fijalkowski
-
Stuart Axon