bla

Benchmark created on


Preparation HTML

<script src="https://code.jquery.com/jquery-3.7.0.slim.min.js" integrity="sha256-tG5mcZUtJsZvyKAxYLVXrmjKBVLd6VpVccqz/r4ypFE=" crossorigin="anonymous"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
JQuery
$("body").append($("<div><p></p></div>"))
ready
Native
let div = document.createElement("div")
div.appendChild(document.createElement("p"))
document.body.appendChild(div)
ready
InnerHtml
document.body.innerHtml += `<div><p></p></div>`
ready

Revisions

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