Bug 143362

Summary: Add time series segmentation algorithms as moving averages
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: WebKit WebsiteAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, barraclough, benjamin, buildbot, cdumez, fpizlo, kling, koivisto, rniwa, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 141443    
Attachments:
Description Flags
Adds segmentation algorithms
none
Fixed typos in the change log
cdumez: review+, buildbot: commit-queue-
Archive of layout-test-results from ews107 for mac-mavericks-wk2 none

Description Ryosuke Niwa 2015-04-02 23:49:46 PDT
We need a better moving average!
Comment 1 Ryosuke Niwa 2015-04-03 01:18:57 PDT
Created attachment 250051 [details]
Adds segmentation algorithms
Comment 2 Ryosuke Niwa 2015-04-03 01:23:33 PDT
Created attachment 250052 [details]
Fixed typos in the change log
Comment 3 Build Bot 2015-04-03 02:16:59 PDT
Comment on attachment 250052 [details]
Fixed typos in the change log

Attachment 250052 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/6159395545153536

New failing tests:
fast/fixed-layout/fixed-layout.html
Comment 4 Build Bot 2015-04-03 02:17:03 PDT
Created attachment 250053 [details]
Archive of layout-test-results from ews107 for mac-mavericks-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews107  Port: mac-mavericks-wk2  Platform: Mac OS X 10.9.5
Comment 5 Ryosuke Niwa 2015-04-03 08:51:16 PDT
ap: it looks like we've got a flaky test of some sort. Changing perf dashboard shouldn't affect a layout test.
Comment 6 Alexey Proskuryakov 2015-04-03 09:36:16 PDT
Thanks, it's a new test that was just landed. Filed bug 143379.
Comment 7 Chris Dumez 2015-04-03 13:41:48 PDT
Comment on attachment 250052 [details]
Fixed typos in the change log

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

rs=me

> Websites/perf.webkit.org/public/v2/js/statistics.js:254
> +            description: 'Adoptive algorithnm that maximizes the Schwarz criterion (BIC).',

typo: "algorithm"

Also, do you mean "adaptive"?
Comment 8 Ryosuke Niwa 2015-04-03 13:46:59 PDT
Committed r182330: <http://trac.webkit.org/changeset/182330>