jQuery 2.0.0 VS ext core 3.1.0 VS pure (v21)

Revision 21 of this benchmark created on


Description

How fast document.getElementById on your libraries?

Preparation HTML

<div id="test"></div>

    <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
  };
</script>

Setup

Benchmark.prototype.setup = function() {
    <script src="//ajax.googleapis.com/ajax/libs/ext-core/3.1.0/ext-core.js">

Test runner

Ready to run.

Testing in
TestOps/sec
ExtCore 3.1.0
var ext = Ext.get("#test");
ready
jQuery 2.0.0
var jqr = jQuery("#test");
ready

Revisions

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