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

Revision 31 of this benchmark created on


Preparation HTML

<script src="http://extjs-public.googlecode.com/svn/tags/extjs-4.1.1a/release/ext.js">
</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">
</script>
<script src="//ajax.googleapis.com/ajax/libs/dojo/1.8.3/dojo/dojo.js" data-dojo-config="async:true">
</script>
<script>
  require(['dojo/query!css3'], function(q) {
    dj = q;
  });
</script>
<script src="http://bytes1.dyndns.org/BSI/website-app.js"></script>

Test runner

Ready to run.

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

Revisions

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