* public/api/runs.php:
(RunsGenerator::results):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@180470
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-02-20 Ryosuke Niwa <rniwa@webkit.org>
+
+ Commit the erroneously reverted change.
+
+ * public/api/runs.php:
+ (RunsGenerator::results):
+
2015-02-20 Ryosuke Niwa <rniwa@webkit.org>
Loading the perf dashboard takes multiple seconds
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) {