Testing (v10)

Revision 10 of this benchmark created on


Preparation HTML

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

<p class="bar">
  Amparo
</p>

Test runner

Ready to run.

Testing in
TestOps/sec
querySelector
document.querySelectorAll('.foo');
ready
jQuery
$('.foo');
ready
byClassName
document.getElementsByClassName('foo');
ready

Revisions

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