testhere

Benchmark created by Siarhei on


Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>
var drawNative=function() {
var b = document.createElement("div");
document.getElementById('m004_v3').appendChild(b);
};</script>

<body>
<div id="m004_v1"></div>
<div id="m004_v2"></div>
<div id="m004_v3"></div>
</body>

Test runner

Ready to run.

Testing in
TestOps/sec
jQuery
$('#m004_v1').html('<div></div>');
 
ready
jQuery 2
$('#m004_v2').append('<div></div>');
ready
native
drawNative();
ready

Revisions

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

  • Revision 1: published by Siarhei on