RESOLVED FIXED 143290
Perf dashboard should have UI to test out anomaly detection strategies
https://bugs.webkit.org/show_bug.cgi?id=143290
Summary Perf dashboard should have UI to test out anomaly detection strategies
Ryosuke Niwa
Reported 2015-03-31 20:25:29 PDT
Add an UI to try out different kinds of anomaly detection strategies.
Attachments
Adds the feature (12.63 KB, patch)
2015-03-31 20:35 PDT, Ryosuke Niwa
benjamin: review+
Sample screenshot (209.93 KB, image/png)
2015-03-31 20:37 PDT, Ryosuke Niwa
no flags
Ryosuke Niwa
Comment 1 2015-03-31 20:35:45 PDT
Created attachment 249881 [details] Adds the feature
Ryosuke Niwa
Comment 2 2015-03-31 20:37:35 PDT
Created attachment 249882 [details] Sample screenshot
Chris Dumez
Comment 3 2015-04-02 17:18:16 PDT
Comment on attachment 249881 [details] Adds the feature rs=me
Benjamin Poulain
Comment 4 2015-04-02 17:19:37 PDT
Comment on attachment 249881 [details] Adds the feature View in context: https://bugs.webkit.org/attachment.cgi?id=249881&action=review > Websites/perf.webkit.org/public/v2/app.js:514 > + anomalyDetectionStrategies, anomalies); Weird to have those two on a new line. > Websites/perf.webkit.org/public/v2/app.js:554 > + for (var strategyIndex = 0; strategyIndex < anomalyDetectionStrategies.length; strategyIndex++) { for...of ? > Websites/perf.webkit.org/public/v2/app.js:566 > + i++; ++i > Websites/perf.webkit.org/public/v2/chart-pane.css:118 > +.stat-option input[type=number] { I haaaaaaaate there is no better way select input elements. :)
Benjamin Poulain
Comment 5 2015-04-02 17:21:10 PDT
Comment on attachment 249881 [details] Adds the feature rs=Chris
Ryosuke Niwa
Comment 6 2015-04-02 18:07:49 PDT
Note You need to log in before you can comment on or make changes to this bug.