Edgewall Software

Changes between Version 42 and Version 43 of GenshiPerformance


Ignore:
Timestamp:
Mar 21, 2013, 10:33:31 PM (11 years ago)
Author:
hodgestar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GenshiPerformance

    v42 v43  
    55  ''It should be noted that text-based template engines generally have a '''lot''' less work to do than XML-based ones, simply because their functionality is limited to processing text as opposed to processing markup.''
    66
     7All tests run under on Ubuntu 12.10 (Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz) using Genshi 0.7.0.
    78
    89== `basic` benchmark ==
    910
    1011The [source:/trunk/examples/bench/basic.py basic.py] benchmark is based on a relatively simple template that includes a lot of the common templating constructs, such as includes/inheritance, looping, conditionals, macros, etc.
    11 
    12 All tests run under on Ubuntu 12.10 (Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz).
    1312
    1413|| '''Template Engine''' || '''Python version''' || '''Rendering time (less is better)''' || '''Notes''' ||