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 bobbyi
Recipients benjamin.peterson, bobbyi, collinwinter, pitrou
Date 2010-11-17.20:41:53
SpamBayes Score 0.0002752668
Marked as misclassified No
Message-id <1290026516.5.0.309891891811.issue10448@psf.upfronthosting.co.za>
In-reply-to
Content
Did you convert the project using make_perf3.sh? This benchmark is in the 2to3 group and not the 2n3 group because it won't work without conversion.

Using the attached patch, the following sequence of commands works for me to run the benchmark with python 3.1:

hg clone http://hg.python.org/benchmarks/ py2benchmarks
cd py2benchmarks/
hg import mako.patch 
mkdir ../py3benchmarks
cd ../py3benchmarks
../py2benchmarks/make_perf3.sh ../py2benchmarks
python3.1 perf.py -f -b mako python3.1 python3.1
History
Date User Action Args
2010-11-17 20:41:56bobbyisetrecipients: + bobbyi, collinwinter, pitrou, benjamin.peterson
2010-11-17 20:41:56bobbyisetmessageid: <1290026516.5.0.309891891811.issue10448@psf.upfronthosting.co.za>
2010-11-17 20:41:53bobbyilinkissue10448 messages
2010-11-17 20:41:53bobbyicreate