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

Revision 10 of this benchmark created by split vs match 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://code.jquery.com/jquery-2.0.3.min.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
Zepto 1.1
Zepto11('#id')
Zepto11('.blah')
Zepto11('div')
Zepto11('<div/>')
ready
Zepto 1.0
Zepto10('#id')
Zepto10('.blah')
Zepto10('div')
Zepto10('<div/>')
ready
jQuery 1.10.2
jQuery('#id')
jQuery('.blah')
jQuery('div')
jQuery('<div/>')
ready

Revisions

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