Title: [180470] trunk/Websites/perf.webkit.org
- Revision
- 180470
- Author
- [email protected]
- Date
- 2015-02-20 17:48:00 -0800 (Fri, 20 Feb 2015)
Log Message
Commit the erroneously reverted change.
* public/api/runs.php:
(RunsGenerator::results):
Modified Paths
Diff
Modified: trunk/Websites/perf.webkit.org/ChangeLog (180469 => 180470)
--- trunk/Websites/perf.webkit.org/ChangeLog 2015-02-21 01:44:55 UTC (rev 180469)
+++ trunk/Websites/perf.webkit.org/ChangeLog 2015-02-21 01:48:00 UTC (rev 180470)
@@ -1,5 +1,12 @@
2015-02-20 Ryosuke Niwa <[email protected]>
+ Commit the erroneously reverted change.
+
+ * public/api/runs.php:
+ (RunsGenerator::results):
+
+2015-02-20 Ryosuke Niwa <[email protected]>
+
Loading the perf dashboard takes multiple seconds
https://bugs.webkit.org/show_bug.cgi?id=141860
Modified: trunk/Websites/perf.webkit.org/public/api/runs.php (180469 => 180470)
--- trunk/Websites/perf.webkit.org/public/api/runs.php 2015-02-21 01:44:55 UTC (rev 180469)
+++ trunk/Websites/perf.webkit.org/public/api/runs.php 2015-02-21 01:48:00 UTC (rev 180470)
@@ -82,7 +82,7 @@
return array(
'configurations' => &$this->results,
'lastModified' => $this->last_modified,
- 'elapsedTime' => microtime(true) - $this->start_time);
+ 'elapsedTime' => (microtime(true) - $this->start_time) * 1000);
}
function add_runs($name, $raw_runs) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes