https://bugs.webkit.org/show_bug.cgi?id=172962
Reviewed by Yusuke Suzuki.
* ARES-6/glue.js:
(driver.reportResult):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@217822
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
driver.reportResult(...args);
}
+{
+ const title = "ARES-6 1.0";
+ if (isInBrowser) {
+ document.title = title;
+ } else {
+ print(title);
+ }
+}
+
driver.addBenchmark(AirBenchmarkRunner);
driver.addBenchmark(BasicBenchmarkRunner);
driver.addBenchmark(BabylonBenchmarkRunner);
+2017-06-06 Saam Barati <sbarati@apple.com>
+
+ Add a version number to ARES-6
+ https://bugs.webkit.org/show_bug.cgi?id=172962
+
+ Reviewed by Yusuke Suzuki.
+
+ * ARES-6/glue.js:
+ (driver.reportResult):
+
2017-06-01 Saam Barati <sbarati@apple.com>
Ensure a good experience for ARES-6 error reporting
driver.reportResult(...args);
}
+{
+ const title = "ARES-6 1.0";
+ if (isInBrowser) {
+ document.title = title;
+ } else {
+ print(title);
+ }
+}
+
driver.addBenchmark(AirBenchmarkRunner);
driver.addBenchmark(BasicBenchmarkRunner);
driver.addBenchmark(BabylonBenchmarkRunner);
+2017-06-06 Saam Barati <sbarati@apple.com>
+
+ Add a version number to ARES-6
+ https://bugs.webkit.org/show_bug.cgi?id=172962
+
+ Reviewed by Yusuke Suzuki.
+
+ * ARES-6/glue.js:
+ (driver.reportResult):
+
2017-06-05 Saam Barati <sbarati@apple.com>
Update index.html to include ARES-6.