JavaScript template language shootoff (v775)

Revision 775 of this benchmark created on


Preparation HTML

<script src="http://cdn.kendostatic.com/2012.2.621/js/kendo.all.min.js"></script>
<a id="unobtrusive" href="javascript:void(0)">Unobtrusive</a>
<a id="obtrusive" href="javascript:void(0)" data-click="fired()">Obtrusive</a>
<script>
var unob= document.getElementById('unobtrusive');
var ob= document.getElementById('obtrusive');
$('#unobtrusive').click(fired());
function fired(){
   alert('fired.')
}
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
kendo
unob.click();
ready
unobtrusive
ob.click();
ready

Revisions

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