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 lemburg
Recipients brett.cannon, docs@python, flox, lemburg
Date 2012-07-17.13:36:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <50056A75.5040407@egenix.com>
In-reply-to <1342530160.43.0.580671138049.issue15369@psf.upfronthosting.co.za>
Content
Brett Cannon wrote:
> 
> Brett Cannon <brett@python.org> added the comment:
> 
> I disagree. They are outdated benchmarks and probably should either be removed or left undocumented. Proper testing of performance is with the Unladen Swallow benchmarks.

I disagree with your statement. Just like every benchmark, they serve
their purpose in their particular field of use, e.g. pybench may not
be useful for the JIT approach originally taken by the Unladden Swallow
project, but it's still useful to test/check changes in the non-JIT
CPython interpreter and it's extensible to take new developments
into account. pystone is useful to get a quick feel the performance
of Python on a machine.
History
Date User Action Args
2012-07-17 13:36:57lemburgsetrecipients: + lemburg, brett.cannon, flox, docs@python
2012-07-17 13:36:57lemburglinkissue15369 messages
2012-07-17 13:36:57lemburgcreate