Bug 80016 - Perf-o-matic: generate dashboard images for 30, 90, and 365 days
Summary: Perf-o-matic: generate dashboard images for 30, 90, and 365 days
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 77037
  Show dependency treegraph
 
Reported: 2012-03-01 01:40 PST by Ryosuke Niwa
Modified: 2012-03-01 13:55 PST (History)
2 users (show)

See Also:


Attachments
Patch (34.32 KB, patch)
2012-03-01 01:51 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Removed logging in RunsChartHandler since it'll be too long for 90/365 days (34.04 KB, patch)
2012-03-01 01:54 PST, Ryosuke Niwa
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2012-03-01 01:40:25 PST
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.
Comment 1 Ryosuke Niwa 2012-03-01 01:51:51 PST
Created attachment 129665 [details]
Patch
Comment 2 Ryosuke Niwa 2012-03-01 01:54:08 PST
Created attachment 129667 [details]
Removed logging in RunsChartHandler since it'll be too long for 90/365 days
Comment 3 Ryosuke Niwa 2012-03-01 01:56:28 PST
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 4 Eric Seidel (no email) 2012-03-01 13:50:40 PST
Comment on attachment 129667 [details]
Removed logging in RunsChartHandler since it'll be too long for 90/365 days

OK.
Comment 5 Ryosuke Niwa 2012-03-01 13:55:53 PST
Committed r109418: <http://trac.webkit.org/changeset/109418>