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

Revision 8 of this benchmark created on


Preparation HTML

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

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

<script src="https://mir.aculo.us/stuff/zepto.1.1.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
Zepto ID
Zepto11('#id')
 
ready
jQuery ID
jQuery('#id')
ready
Zepto Class
Zepto11('.blah')
ready
JQuery Class
jQuery('.blah')
ready
Zepto Div
Zepto11('div')
 
ready
jQuery Div
jQuery('div')
ready
Zepto Element
Zepto11('<div/>')
ready
JQuery Element
jQuery('<div/>')
ready

Revisions

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