Dojo 1.9.3 vs. jQuery 1.11 (v83)

Revision 83 of this benchmark created on


Description

Simple test to benchmark variable allocation on inner and outer items.

Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/dojo/1.9.3/dojo/dojo.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
Dojo event binding
dojo.connect(document.createElement("button"), "click", function(){})
ready
jQuery event binding
$(document.createElement("button")).bind("click", function(){})
ready

Revisions

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