<title>SunSpider JavaScript Benchmark In Progress...</title>
</head>
-<body>
+<body onload="next()">
<h2>SunSpider JavaScript Benchmark In Progress...</h2>
function next()
{
- window.setTimeout(reallyNext, 200);
+ window.setTimeout(reallyNext, 500);
}
function reallyNext()
function recordResult(time)
{
output[currentRepeat][tests[testIndex]] = time;
+ next();
}
function finish()
</script>
-<iframe id="testframe" onload="next()" width="80%" height="500">
+<iframe id="testframe" width="80%" height="500">
</iframe>
</body>