Description[Telemetry] Improve unittest cycle time and fix testIFrame.
Starting chrome to about:blank instead of the NTP improves telemetry_unittests
cycle time by ~14% (172s -> 148s) on my MBP.
This required a couple of test updates:
1. It made testIFrame fail deterministically which exposed the source of
flake. The context_id isn't the current index, it is just a monotonically
increasing ID. So it depends on the number of contexts used previously.
2. It made the GPU memory test measure a larger delta (presumably due to the simpler previous page).
BUG=394454, 388256
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289423
Patch Set 1 #Patch Set 2 : update gpu memory expectations #
Messages
Total messages: 16 (0 generated)
|