Perfomatic/Status Meetings/2010-Nov-24: Difference between revisions
Jump to navigation
Jump to search
(remove comment) |
(link directly to examples) |
||
| Line 2: | Line 2: | ||
* smaller (~1.4MB vs. ~550k uncompressed) | * smaller (~1.4MB vs. ~550k uncompressed) | ||
** [http://173-203-94-189.static.cloud-ips.com/api/test/runs?id=16&branchid=1&platformid=1 Live example of current old-style format] | ** [http://173-203-94-189.static.cloud-ips.com/api/test/runs?id=16&branchid=1&platformid=1 Live example of current old-style format] | ||
** [ | ** [https://wiki.mozilla.org/File:Runs_all.txt.gz {{File:Runs_all.txt.gz}}] | ||
** [ | ** [https://wiki.mozilla.org/File:Runs_avg.txt.gz {{File:Runs_avg.txt.gz}}] | ||
** [ | ** [https://wiki.mozilla.org/File:Runs_runs.txt.gz {{File:Runs_runs.txt.gz}}] | ||
* can be dropped straight into Flot | * can be dropped straight into Flot | ||
* load mean avg/delta first, load exploded (test_runs) on demand | * load mean avg/delta first, load exploded (test_runs) on demand | ||
Revision as of 19:51, 23 November 2010
Proposed changes to JSON output
- smaller (~1.4MB vs. ~550k uncompressed)
- can be dropped straight into Flot
- load mean avg/delta first, load exploded (test_runs) on demand
- need to measure size savings to make sure it's worth it
- need time delta / time delta %
- should use a new URL for this so we don't have to change old interface
Server issues
- export CSV broken on stage/prod
Blocking items
- dashboard
- https://bug601796.bugzilla.mozilla.org/attachment.cgi?id=480788
- generate images on server, or use flot, or embed iframes?
- waiting on access to graphs-stage
- bug 613267
Release process
- let's branch and cherry-pick changes
- automate graphs-stage install
- new "short" manifest format
- improvements to the way the manifest is built (vs. scanning test_runs table)
- new JSON calls
- see proposed changes above
- CGI -> WSGI