BSI vs Dojo vs. jQuery vs. ExtJS (.class) (v30)

Revision 30 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");
ready
jQuery
jQuery('.section');
ready
ExtJS
Ext.query(".section");
ready
BSI.selector
BSI.selector(".section");
ready
BSI.$
BSI.$(".section");
ready
BSI.css
BSI.css("section");
ready

Revisions

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