testing

Benchmark created by immortalgeek on


Description

Just check it out...

Preparation HTML

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

<script src="//ajax.googleapis.com/ajax/libs/dojo/1/dojo/dojo.xd.js"></script>
<script>
  var holder = document.getElementById("holder");
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
Dojo create
dojo.create("div", {innerHTML: "hello"}, holder);
ready
document.createElement
var d = document.createElement("div");
d.innerHTML = "hello";
holder.appendChild(d);
ready

Revisions

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

  • Revision 1: published by immortalgeek on