jQuery2 body vs. document.body selector (v14)

Revision 14 of this benchmark created on


Preparation HTML

<script src="https://code.jquery.com/jquery-2.0.0.min.js">
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
$("body")
$("body");
ready
$(document.body)
$(document.body);
ready
$(document).find("body");
$(document).find("body");
ready

Revisions

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