Bug 143580 - Perf dashboard should automatically select ranges for A/B testing
Summary: Perf dashboard should automatically select ranges for A/B testing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Perf Dashboard (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 141443
  Show dependency treegraph
 
Reported: 2015-04-09 14:59 PDT by Ryosuke Niwa
Modified: 2016-02-16 13:53 PST (History)
5 users (show)

See Also:


Attachments
Adds the feature (18.79 KB, patch)
2015-04-09 15:44 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-04-09 14:59:55 PDT
In order to automatically confirm regressions and/or regressions, the perf dashboard needs to select an appropriate range to A/B test.
Add an UI to try out different algorithms for this purpose.
Comment 1 Ryosuke Niwa 2015-04-09 15:44:11 PDT
Created attachment 250475 [details]
Adds the feature
Comment 2 Chris Dumez 2015-04-09 15:52:48 PDT
Comment on attachment 250475 [details]
Adds the feature

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

rs=me

> Websites/perf.webkit.org/public/v2/app.js:559
> +        var testRangeCandidates = new Array;

Where is this used?
Comment 3 Ryosuke Niwa 2015-04-09 15:55:13 PDT
Comment on attachment 250475 [details]
Adds the feature

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

>> Websites/perf.webkit.org/public/v2/app.js:559
>> +        var testRangeCandidates = new Array;
> 
> Where is this used?

Never!  Will remove.  Thanks!
Comment 4 Ryosuke Niwa 2015-04-09 15:58:24 PDT
Committed r182611: <http://trac.webkit.org/changeset/182611>