TemplatePerf

July 9, 2014 ยท View on GitHub

See https://www.mediawiki.org/wiki/Requests_for_comment/HTML_templating_library#Performance

Usage

Apart from a checkout of this repository, you need nodejs, php5-cli and HHVM. After adding the appropriate HHVM nightly repo, this should get you these dependencies on Debian / Ubuntu:

apt-get install nodejs php5-cli hhvm-nightly

After this preparation, you should be able to run all benchmarks with:

./runall.sh

This will produce output as in results.txt:

Set: Knockoff (node.js) (knockoff-node)
Test: test1 [050] Avg: 0.0815 Min: 0.0530 Max: 0.1050
Test: test1b [050] Avg: 0.1334 Min: 0.0760 Max: 0.1510
Test: test2 [050] Avg: 0.8882 Min: 0.6440 Max: 1.1260
Test: test2 lambda [050] Avg: 0.6492 Min: 0.4730 Max: 0.7880
Test: test3 [050] Avg: 0.3166 Min: 0.1960 Max: 0.5110
Set: Handlebars (node.js) (handlebars-node)
Test: test1 [050] Avg: 0.2093 Min: 0.1270 Max: 0.2750
Test: test1b [050] Avg: 0.2911 Min: 0.1660 Max: 0.3850
Test: test2 [050] Avg: 0.8271 Min: 0.6050 Max: 1.0400
Test: test2 lambda [050] Avg: 1.4567 Min: 1.1430 Max: 2.0150
Test: test3 [050] Avg: 0.2920 Min: 0.1870 Max: 0.3680
...

Each test is repeated 50 times for stable results, so this will take quite a while to finish for all libraries, runtimes & tests.

Current results

Also see the on-wiki version.

Library / runtimeTest 1 (attr/text interpolation)Test1b (same with random attr)Test2 (iterate obj array)Test2 (iterate obj array, lambda)Test3 (iterate item array)
TAssembly (node.js)0.04200.06300.61900.50100.1860
Knockoff (node.js)0.05300.07500.63700.46900.1970
Handlebars (node.js)0.13000.17500.60601.14500.1870
Hogan (node.js)0.11100.13700.66904.87800.6770
Spacebars/TAssembly (node.js)0.0650n/a0.6430n/an/a
Mustache (node.js)0.35700.39002.52003.82600.8830
TAssembly (PHP)1.74341.765418.663481.834112.3270
TAssembly (HHVM)0.51990.53173.314616.74712.1257
Handlebars lightncandy (PHP)0.53950.60257.0456133.20253.9837
Handlebars lightncandy (HHVM)0.19190.19910.81641.33190.5254
Mustache (PHP)1.79911.860611.372524.02643.6850
Mustache (HHVM)0.47830.50161.28693.92790.6229
MediaWiki Templates (PHP)1.69261.735417.0633n/a7.4075
MediaWiki Templates (HHVM)0.53050.51474.0606n/a1.9745
Twig String (No Cache) (PHP)1.39541.47016.0498n/a3.6746
Twig String (No Cache) (HHVM)0.56310.51370.9394n/a0.6560
Twig File (No Cache) (PHP)1.70741.76496.0364n/a3.6477
Twig File (No Cache) (HHVM)0.60850.63240.9831n/a0.8150
Twig File (Cached) (PHP)1.73521.77836.0423n/a3.6068
Twig File (Cached) (HHVM)0.41700.44600.7116n/a0.4475
Handlebars HTMLJS (node.js)0.56100.65407.1110n/a2.9330
Spacebars/HTMLJS (node.js)1.14501.308059.0910143.368042.2020