3 <script src=
"../resources/runner.js"></script>
5 var anchor
= document
.createElement("a");
6 PerfTestRunner
.measureRunsPerSecond({
7 description
: "Measures performance of URL parsing by setting the href attribute on an <a> tag to a simple URL.",
9 for (var x
= 0; x
< 200000; x
++) {
10 anchor
.href
= "http://www.apple.com/"