[Telemetry] Remove waits in telemetry_perf_unittests.
This reduces cycle time by about 15 seconds and has the desirable property that it prevents developers from doing anything racy with a Wait. Waits should only be used for a period of perf measurement like smoothness, energy, etc. They shouldn't be used to wait for some condition to be true. BUG=388256 Review URL: https://codereview.chromium.org/473703002 Cr-Commit-Position: refs/heads/master@{#289570} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289570 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment