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 bobbyi, collinwinter, pitrou
Date 2010-11-17.19:22:44
SpamBayes Score 0.00013827463
Marked as misclassified No
Message-id <1290021787.45.0.410966544451.issue10448@psf.upfronthosting.co.za>
In-reply-to
Content
The Benchmark Suite currently contains two template benchmarks (Django and Spitfire) for Python 2.x, but none that support 3.x.

The attached patch adds a benchmark using Mako (http://www.makotemplates.org/), a popular, pure-Python, performance-oriented template system that supports both 2.x and 3.x via 2to3 conversion.

Mako is added to the "py3k" benchmark group and a new group called "template" with all three template benchmarks is added (that will only work on 2.x since it uses Django and Spitfire).

I added the Mako benchmark and lib to the lists in the README file and also updated the descriptions of the pickle benchmarks there since I had missed that before. Also fixed a path in there that was referring to perf.py as unladen-benchmarks/perf.py.
History
Date User Action Args
2010-11-17 19:23:11bobbyisetrecipients: + bobbyi, collinwinter, pitrou
2010-11-17 19:23:07bobbyisetmessageid: <1290021787.45.0.410966544451.issue10448@psf.upfronthosting.co.za>
2010-11-17 19:23:05bobbyilinkissue10448 messages
2010-11-17 19:23:05bobbyicreate