sizzle eq

Benchmark created on


Preparation HTML

<ul>
<li>ELEMENT</li>
<li>ELEMENT</li>
</ul>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
sizzle
var t = $('li:eq[0]');
ready
.eq()
var t = $('li').eq(0);
ready

Revisions

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