sizzle vs yui3 vs jquery-selector-test (v2)

Revision 2 of this benchmark created on


Preparation HTML

<script src="http://www.linkedin.com/lib/sizzle/1.0/sizzle.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="http://yui.yahooapis.com/3.1.1/build/yui/yui-min.js"></script>


<section id=target-me>#target-me</section>
<script>
  YUI().use('node', function(Y) {
   window.Y = Y;
  });
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
jquery selector
$('#target-me');
ready
yui3 selector
Y.one('#target-me');
ready
Sizzle
Sizzle('#target-me');
ready

Revisions

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