Combyne.js test

Benchmark created by Tim on


Description

Just testing how combyne.js fares

Preparation HTML

<script src="http://cloud.github.com/downloads/tbranyen/combyne.js/combyne.min.js"></script>
<script src="https://raw.github.com/janl/mustache.js/master/mustache.js"></script>
<script src="http://cloud.github.com/downloads/wycats/handlebars.js/handlebars.1.0.0.beta.3.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
Combyne.js replace
var tmpl = combyne("{{test}}", { test: true }).render();
ready
Mustache replace
var tmpl = Mustache.to_html("{{{test}}}", { test: true });
ready
Handlebars replace
var tmpl = Handlebars.compile("{{{test}}}")({ test: true });
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.