[issue10448] Add Mako template benchmark to Python Benchmark Suite

Bobby Impollonia report at bugs.python.org
Wed Nov 17 21:41:56 CET 2010


Bobby Impollonia <bobbyi at gmail.com> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10448>
_______________________________________


More information about the Python-bugs-list mailing list