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 vstinner
Recipients brett.cannon, lemburg, python-dev, r.david.murray, scoder, vstinner
Date 2016-08-30.16:26:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472574374.46.0.248809402434.issue19108@psf.upfronthosting.co.za>
In-reply-to
Content
The new https://github.com/python/performance benchmark suite has a very different design than the old https://hg.python.org/benchmarks benchmark suite:

* it now only runs benchmarks in a virtual environment
* dependencies are installed in the venv by pip
* there is a "run" command which now accepts a --python=PYTHON option to choose the Python binary (and so the tested Python version)

There is no more such thing as ported_lib().

Can I now close this issue as outdated, or do you consider that performance still has this issue?
History
Date User Action Args
2016-08-30 16:26:14vstinnersetrecipients: + vstinner, lemburg, brett.cannon, scoder, r.david.murray, python-dev
2016-08-30 16:26:14vstinnersetmessageid: <1472574374.46.0.248809402434.issue19108@psf.upfronthosting.co.za>
2016-08-30 16:26:14vstinnerlinkissue19108 messages
2016-08-30 16:26:14vstinnercreate