DescriptionMassively speed up aspect ratio-detecting WebRTC tests.
This improves the execution speed by a factor 3x, and I think they're
just as correct. Essentially we are waiting until we see a good
aspect ratio, rather than the old behavior which was to wait 10x50 ms
and see if we have a good aspect ratio. This wasn't a problem on fast
machines, but it's a big problem on bots with GPU emulation where
canvas operations are expensive.
BUG=417756
R=perkj@chromium.org,mcasas@chromium.org
Committed: https://crrev.com/d877c645673dfb198eef231f719395d5f7d6c634
Cr-Commit-Position: refs/heads/master@{#299073}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Now clearing on failure. #Patch Set 3 : Rebased #Messages
Total messages: 7 (1 generated)
|