clone-vs-create-element (v2)

Revision 2 of this benchmark created on


Preparation HTML

<script>var objElt = document.createElement("object");</script>

Test runner

Ready to run.

Testing in
TestOps/sec
clone
var asd = objElt.cloneNode(false);
ready
create
var asd = document.createElement("object");
ready

Revisions

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