Bug 152670

Summary: Update data reporting and analysis
Product: WebKit Reporter: Jon Lee <jonlee>
Component: AnimationsAssignee: Jon Lee <jonlee>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, dino, rniwa, sabouhallawa, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
simon.fraser: review+
1. Avoid processing the data through the Experiment while the test is running.
none
2. Refactor how Animator does its recording.
none
3. Producing the JSON can take a while with all of the data.
none
4. Show new graph data. none

Description Jon Lee 2016-01-03 15:13:11 PST
Avoid doing a lot of processing during the benchmark itself. Also show raw data on top of the filtered data.
Comment 1 Radar WebKit Bug Importer 2016-01-03 15:13:25 PST
<rdar://problem/24033996>
Comment 2 Jon Lee 2016-01-03 18:04:23 PST
Created attachment 268165 [details]
Patch
Comment 3 Jon Lee 2016-01-03 18:10:30 PST
Created attachment 268166 [details]
1. Avoid processing the data through the Experiment while the test is running.
Comment 4 Jon Lee 2016-01-03 18:10:51 PST
Created attachment 268167 [details]
2. Refactor how Animator does its recording.
Comment 5 Jon Lee 2016-01-03 18:11:14 PST
Created attachment 268168 [details]
3. Producing the JSON can take a while with all of the data.
Comment 6 Jon Lee 2016-01-03 18:11:34 PST
Created attachment 268169 [details]
4. Show new graph data.
Comment 7 Simon Fraser (smfr) 2016-01-03 18:22:01 PST
Comment on attachment 268165 [details]
Patch

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

> PerformanceTests/Animometer/resources/debug-runner/animometer.js:362
> +        document.querySelector("#results-json button").remove();

Does .remove() work in all browsers we care about?
Comment 8 Jon Lee 2016-01-03 18:24:43 PST
(In reply to comment #7)
> Comment on attachment 268165 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=268165&action=review
> 
> > PerformanceTests/Animometer/resources/debug-runner/animometer.js:362
> > +        document.querySelector("#results-json button").remove();
> 
> Does .remove() work in all browsers we care about?

Yes.
Comment 9 Jon Lee 2016-01-03 18:37:35 PST
Committed r194523: <http://trac.webkit.org/changeset/194523>