evenium-iphone-dom2

Benchmark created on


Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<div id="dude"></div>
<div id="toto"></div>
<div id="lol"></div>

Test runner

Ready to run.

Testing in
TestOps/sec
with createElement
$(document).ready(function() {
 var test = $(document.createElement('div')).appendTo(document.body);
});
ready
with jQuery string
$(document).ready(function() {
 var test = $('<div></div>').appendTo(document.body);
});
ready

Revisions

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