2.0-iah

Benchmark created by orkel on


Preparation HTML

<script src="http://code.jquery.com/jquery-git.js"></script>
<script> current = jQuery.noConflict(); </script>

<script src="http://dl.dropbox.com/u/7425859/iah.js"></script>
<script> iah = jQuery.noConflict(); </script>

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

Setup

currentDiv = current("#div");
    iahDiv = iah("#div");

Teardown


    currentDiv[ 0 ].innerHTML = "";
  

Test runner

Ready to run.

Testing in
TestOps/sec
current append
currentDiv.append("<div><p></p></div><div><p></p></div><div><p></p></div><div><p></p></div>");
ready
iah
iahDiv.append("<div><p></p></div><div><p></p></div><div><p></p></div><div><p></p></div>");
ready
current prepend
currentDiv.prepend("<div><p></p></div><div><p></p></div><div><p></p></div><div><p></p></div>");
ready
iah prepend
iahDiv.prepend("<div><p></p></div><div><p></p></div><div><p></p></div><div><p></p></div>");
ready

Revisions

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

  • Revision 1: published by orkel on