console.log (v12)

Revision 12 of this benchmark created on


Preparation HTML

<ul>
</ul>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

Setup

loop = 0;

Teardown



            loop++;
        
  

Test runner

Ready to run.

Testing in
TestOps/sec
No console
$('<li>' + loop + '</li>').append('ul');
ready
Console
$('<li>' + loop + '</li>').append('ul');
//console.log("appended loop number ", loop);
ready

Revisions

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