.getElementsByClassName VS jQuery('.selector') (v158)

Revision 158 of this benchmark created by Terry on


Preparation HTML

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js">
</script>
<p class="foo">
  Test
</p>
<p class="bar">
  bars</p>

Test runner

Ready to run.

Testing in
TestOps/sec
getElementById
$(document.getElementsByClassName('foo'));
ready
jQuery Selector
$('.foo');
ready
jQuery Window Object
$('.foo');
$('.bar');
ready

Revisions

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