summaryrefslogtreecommitdiff
path: root/examples/bench.py
Commit message (Collapse)AuthorAgeFilesLines
* remove old scripts and examplesDavid Lord2020-01-101-499/+0
|
* apply flake8David Lord2020-01-101-8/+12
|
* apply blackDavid Lord2020-01-101-54/+115
|
* apply reorder-python-importsDavid Lord2020-01-101-1/+2
|
* use "Jinja" instead of "Jinja2"David Lord2019-10-231-2/+2
|
* Added benchmark for chameleon/chameleon-genshi.Rodrigo Moraes2010-08-171-1/+76
| | | | | --HG-- branch : trunk
* Updated examples to use Django cached.Armin Ronacher2010-06-051-6/+3
| | | | | --HG-- branch : trunk
* Added tornado templates to benchmark.Armin Ronacher2009-09-101-1/+43
| | | | | --HG-- branch : trunk
* Unified some code in the super/template reference system.Armin Ronacher2008-09-201-3/+6
| | | | | --HG-- branch : trunk
* small performance improvementsArmin Ronacher2008-05-011-1/+1
| | | | | --HG-- branch : trunk
* all unittests pass, the special and dependency lookups have their own ↵Armin Ronacher2008-04-271-1/+3
| | | | | | | visitors now, with `self` one can get a reference to the current template and render blocks multiple times. --HG-- branch : trunk
* added spitfire to bench and did some more refactoringArmin Ronacher2008-04-261-8/+56
| | | | | --HG-- branch : trunk
* there is now a workaround in the compiler that makes sure it's possible to ↵Armin Ronacher2008-04-261-29/+96
| | | | | | | call things with python keywords. {{ foo(class=42) }} works again --HG-- branch : trunk
* some performance improvementsArmin Ronacher2008-04-261-9/+81
| | | | | --HG-- branch : trunk
* moved example tests into a folderArmin Ronacher2008-04-131-0/+127
--HG-- branch : trunk rename : bench.py => examples/bench.py rename : test.py => examples/test.py rename : test_filter_and_linestatements.py => examples/test_filter_and_linestatements.py rename : test_loop_filter.py => examples/test_loop_filter.py