Reviewed by Mark.
- fix compare feature
* hosted/sunspider-results.html:
WebKitSite:
Reviewed by Mark.
- fix compare feature
* perf/sunspider-0.9/sunspider-results.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28806
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+ - fix compare feature
+
+ * hosted/sunspider-results.html:
+
+2007-12-17 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Mark.
+
- Change the format of the output URL to be shorter, to meet IE constraints
* hosted/sunspider-driver.html:
- Change the format of the output URL to be shorter, to meet IE constraints
* hosted/sunspider-driver.html:
function compare(other)
{
document.getElementById("console").innerHTML = "";
function compare(other)
{
document.getElementById("console").innerHTML = "";
- var output1 = eval(decodeURI(other.split("?")[1]));
+ var output1 = pivot(eval("(" + decodeURI(other.split("?")[1]) + ")"));
sunspiderCompareResults(output1, output2);
}
</script>
sunspiderCompareResults(output1, output2);
}
</script>
2007-12-17 Maciej Stachowiak <mjs@apple.com>
2007-12-17 Maciej Stachowiak <mjs@apple.com>
+ Reviewed by Mark.
+
+ - fix compare feature
+
+ * perf/sunspider-0.9/sunspider-results.html:
+
+2007-12-17 Maciej Stachowiak <mjs@apple.com>
+
Rubber stamped by Mark.
- Add a copy of SunSpider 0.9 to the site
Rubber stamped by Mark.
- Add a copy of SunSpider 0.9 to the site
function compare(other)
{
document.getElementById("console").innerHTML = "";
function compare(other)
{
document.getElementById("console").innerHTML = "";
- var output1 = eval(decodeURI(other.split("?")[1]));
+ var output1 = pivot(eval("(" + decodeURI(other.split("?")[1]) + ")"));
sunspiderCompareResults(output1, output2);
}
</script>
sunspiderCompareResults(output1, output2);
}
</script>