Right now perf-o-matic only generates images for 7 days, and changing the displayDays results in an error. We should generate 30, 90, and 365 days graphs occasionally as well.
Created attachment 129665 [details] Patch
Created attachment 129667 [details] Removed logging in RunsChartHandler since it'll be too long for 90/365 days
Comment on attachment 129667 [details] Removed logging in RunsChartHandler since it'll be too long for 90/365 days View in context: https://bugs.webkit.org/attachment.cgi?id=129667&action=review > Websites/webkit-perf.appspot.com/controller.py:-171 > - self.response.out.write('Fetched http://chart.googleapis.com/chart?%s' % urllib.urlencode(params)) > - Note: this will be too big to print for 90 & 365 days.
Comment on attachment 129667 [details] Removed logging in RunsChartHandler since it'll be too long for 90/365 days OK.
Committed r109418: <http://trac.webkit.org/changeset/109418>