BSI vs Dojo vs. jQuery vs. ExtJS (.class .class2) (v74)

Revision 74 of this benchmark created on


Preparation HTML

<script src="//docs.sencha.com/extjs/4.2.1/extjs/ext-all.js"></script>
</script>
<script src="//code.jquery.com/jquery-git2.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/dojo/1.9.2/dojo/dojo.js" data-dojo-config="async:true">
</script>
<script>
  require(['dojo/query!css3'], function(q) {
    dj = q;
  });
</script>
<script src="//bytes1.dyndns.org/BSI/website-app.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
Dojo
dj("div");
ready
jQuery
jQuery('div');
ready
ExtJS
Ext.query("div");
ready
BSI.selector
BSI.selector("div");
ready
BSI.$
BSI.$("div");
ready

Revisions

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