5 <script src="../resources/runner.js"></script>
7 var div = document.getElementById("foo");
9 PerfTestRunner.runPerSecond({
10 description: "This benchmark covers 'setAttribute' in Dromaeo/dom-attr.html and other DOM methods that return an undefined.",
13 for (var i = 0; i < 10000; i++)
14 localDiv.setAttribute("id", "foo");