RESOLVED FIXED 155511
Add developer Animometer test that bounces P3-tagged images
https://bugs.webkit.org/show_bug.cgi?id=155511
Summary Add developer Animometer test that bounces P3-tagged images
Simon Fraser (smfr)
Reported 2016-03-15 14:08:14 PDT
Add developer Animometer test that bounces P3-tagged images
Attachments
Patch (456.73 KB, patch)
2016-03-15 14:09 PDT, Simon Fraser (smfr)
no flags
Patch (471.15 KB, patch)
2016-03-15 14:18 PDT, Simon Fraser (smfr)
no flags
Patch (471.91 KB, patch)
2016-03-15 14:40 PDT, Simon Fraser (smfr)
no flags
Really wait for images to load this time (472.04 KB, patch)
2016-03-15 14:50 PDT, Simon Fraser (smfr)
no flags
Really wait for images to load this time (472.04 KB, patch)
2016-03-15 14:58 PDT, Simon Fraser (smfr)
thorton: review+
Simon Fraser (smfr)
Comment 1 2016-03-15 14:09:01 PDT
Simon Fraser (smfr)
Comment 2 2016-03-15 14:18:28 PDT
Jon Lee
Comment 3 2016-03-15 14:21:16 PDT
Comment on attachment 274126 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=274126&action=review Please make sure the images are the same size. > PerformanceTests/Animometer/tests/bouncing-particles/resources/bouncing-tagged-images.js:46 > + this.imageSrc = options["imageSrc"] || "../resources/yin-yang.svg"; Remove, this is not needed. There are existing tests in the master suite that preload the images prior to initializing the benchmark. Can we do that here? > PerformanceTests/Animometer/tests/bouncing-particles/resources/bouncing-tagged-images.js:67 > +window.benchmarkClass = BouncingCssImagesBenchmark; I'd rather go with a name explaining what it's testing and not its visual behavior, like TaggedImageBenchmark, TaggedImageStage, TaggedImageParticle. > PerformanceTests/Animometer/tests/bouncing-particles/resources/bouncing-tagged-images.js:71 > +/* please remove.
Simon Fraser (smfr)
Comment 4 2016-03-15 14:40:34 PDT
Jon Lee
Comment 5 2016-03-15 14:43:21 PDT
Comment on attachment 274131 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=274131&action=review Provisional r=me with the added code. > PerformanceTests/Animometer/tests/bouncing-particles/resources/bouncing-tagged-images.js:96 > + } , { waitUntilReady: function() { this.readyPromise = new SimplePromise; return this.readyPromise; }
Simon Fraser (smfr)
Comment 6 2016-03-15 14:50:51 PDT
Created attachment 274133 [details] Really wait for images to load this time
Simon Fraser (smfr)
Comment 7 2016-03-15 14:58:51 PDT
Created attachment 274134 [details] Really wait for images to load this time
Jon Lee
Comment 8 2016-03-15 15:00:19 PDT
Comment on attachment 274134 [details] Really wait for images to load this time Provisional r=me.
Simon Fraser (smfr)
Comment 9 2016-03-15 15:47:19 PDT
Note You need to log in before you can comment on or make changes to this bug.