Issue 18586: Allow running benchmarks for Python 3 from same directory (original) (raw)

Issue18586

Created on 2013-07-29 15:38 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg193875 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2013-07-29 15:38
As of right now, to run the benchmark suite you need to use make_perf3.sh to generate a Python 3 compatible version of the benchmarks. That was fine when the benchmark suite didn't have much support for Python 3 and thus was just used for Python 3 very often. But now that a lot more benchmarks work it should be updated so that this extra step can be avoided.
msg195991 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-08-23 17:30
New changeset b868d0a9c5d7 by Brett Cannon in branch 'default': Issue #18586: Remove the need for make_perf3.sh http://hg.python.org/benchmarks/rev/b868d0a9c5d7
History
Date User Action Args
2022-04-11 14:57:48 admin set github: 62786
2013-08-23 17:34:08 brett.cannon set status: open -> closedresolution: fixedstage: needs patch -> resolved
2013-08-23 17:30:39 python-dev set nosy: + python-devmessages: +
2013-08-02 17:46:22 tshepang set nosy: + tshepang
2013-07-29 15:38:01 brett.cannon create