[issue18586] Allow running benchmarks for Python 3 from same directory

2013-08-23 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___

[issue18586] Allow running benchmarks for Python 3 from same directory

2013-08-23 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev ___ Python tracker

[issue18586] Allow running benchmarks for Python 3 from same directory

2013-08-02 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue18586] Allow running benchmarks for Python 3 from same directory

2013-07-29 Thread Brett Cannon
New submission from Brett Cannon: 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.