query selectored libs serch speed test (v86)

Revision 86 of this benchmark created on


Preparation HTML

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="http://zeptojs.com/zepto.min.js">
</script>
<script src="http://cdn.jqmobi.com/1.1/jq.mobi.min.js">
</script>
<script src="http://jsdo.it/damele0n/wSoF/js">
</script>

<div id="asdf">
</div>

Test runner

Ready to run.

Testing in
TestOps/sec
Zepto
Zepto('#asdf')
ready
jQuery
jQuery('#asdf')
ready
jQMobi
jq('#asdf')
ready
Straight getElementById
document.getElementById('asdf')
ready
querySelector
document.querySelectorAll('#asdf')
ready
ZZ.js
zz("#asdf")
ready

Revisions

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