[issue19064] can't run py3 benchmarks

2013-09-23 Thread Antoine Pitrou
Antoine Pitrou added the comment: Now done. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue19064] can't run py3 benchmarks

2013-09-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 88b6ef9aa9e9 by Antoine Pitrou in branch 'default': Issue #19064: let perf.py decide which library path is required for which interpreter http://hg.python.org/benchmarks/rev/88b6ef9aa9e9 -- nosy: +python-dev ___

[issue19064] can't run py3 benchmarks

2013-09-22 Thread Brett Cannon
Brett Cannon added the comment: Originally that didn't work too well because the benchmark suite could run Python 2 and Python 3 benchmarks simultaneously, but I don't know if that still works after the 2/3 merge. As for having interpreter under test make the choice of what version to use is

[issue19064] can't run py3 benchmarks

2013-09-22 Thread Antoine Pitrou
Antoine Pitrou added the comment: Well... It wasn't really obvious to me :-) Why shouldn't the child interpreter decide which lib to use, though? "perf.py" is just an executable script (and its shebang specifies python, not python3). -- ___ Python tr

[issue19064] can't run py3 benchmarks

2013-09-22 Thread Brett Cannon
Brett Cannon added the comment: ``python3 perf.py -fb mako_v2 ../opt/python ../x32opt/python`` obviously assuming you are specifying Python 3 interpreters. =) Feel free to tweak any docs you think should be touched up to make that more obvious. -- assignee: brett.cannon -> pitrou ___

[issue19064] can't run py3 benchmarks

2013-09-21 Thread Antoine Pitrou
New submission from Antoine Pitrou: After the latest changes I don't understand how I'm supposed to run translated Python 3 benchmarks: $ ./perf.py -fb mako_v2 ../opt/python ../x32opt/python Running mako_v2... INFO:root:Running ../x32opt/python ./performance/bm_mako_v2.py -n 50 Traceback (most