zepto-1.0-vs-1.1-performance (v19)

Revision 19 of this benchmark created by Amarildo Petre on


Preparation HTML

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

<div id="wrapper"><span class="blah"></span></div>

<script src="https://mir.aculo.us/stuff/zepto.1.0.min.js"></script>
<script src="https://mir.aculo.us/stuff/zepto.1.1.min.js"></script>
<script src="https://mir.aculo.us/stuff/jquery-2.0.3.min.js"></script><script src="https://code.jquery.com/jquery-1.8.3.min.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
Zepto 1.1
Zepto11('#wrapper span.blah')
ready
Zepto 1.0
Zepto10('#wrapper span.blah')
ready
jQuery 2.0.3
jQuery('#wrapper span.blah')
ready
jQuery 1.8.3
jQuery('#wrapper span.blah')
ready
native
document.querySelectorAll('#wrapper span.blah');
ready

Revisions

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