Bug 145996 - Analysis task should show all possible revisions for A/B testing
Summary: Analysis task should show all possible revisions for A/B testing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Website (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 138516
  Show dependency treegraph
 
Reported: 2015-06-15 17:59 PDT by Ryosuke Niwa
Modified: 2015-06-15 18:41 PDT (History)
2 users (show)

See Also:


Attachments
Fixes the bug (10.06 KB, patch)
2015-06-15 18:14 PDT, Ryosuke Niwa
cdumez: 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 2015-06-15 17:59:59 PDT
Right now, the analysis task page only lists revisions for which there was a test result.
This is not useful when we're trying to narrowing revisions ranges to bisect regressions.
Comment 1 Ryosuke Niwa 2015-06-15 18:14:18 PDT
Created attachment 254914 [details]
Fixes the bug
Comment 2 Chris Dumez 2015-06-15 18:23:02 PDT
Comment on attachment 254914 [details]
Fixes the bug

View in context: https://bugs.webkit.org/attachment.cgi?id=254914&action=review

rs=me

> Websites/perf.webkit.org/public/v2/app.js:1267
> +            console.log(repositoryId)

Did you mean to keep this logging?
Comment 3 Ryosuke Niwa 2015-06-15 18:41:32 PDT
Committed r185574: <http://trac.webkit.org/changeset/185574>