New submission from Bobby Impollonia <bob...@gmail.com>:

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.

----------
assignee: collinwinter
components: Benchmarks
files: mako.patch
keywords: patch
messages: 121378
nosy: bobbyi, collinwinter, pitrou
priority: normal
severity: normal
status: open
title: Add Mako template benchmark to Python Benchmark Suite
type: feature request
versions: Python 3.2
Added file: http://bugs.python.org/file19628/mako.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10448>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to