Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1046)

Unified Diff: tools/perf/page_sets/tough_compositor_cases.py

Issue 1151543002: Revert of [Telemetry] Disable auto issuing record for thread_times (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/page_sets/key_idle_power_cases.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_compositor_cases.py
diff --git a/tools/perf/page_sets/tough_compositor_cases.py b/tools/perf/page_sets/tough_compositor_cases.py
index a26a2c8eb61f7727d5bc20e7b10804dd380ff779..66cc32c3af752bccca3a917040cf337517d5609e 100644
--- a/tools/perf/page_sets/tough_compositor_cases.py
+++ b/tools/perf/page_sets/tough_compositor_cases.py
@@ -35,8 +35,7 @@
def RunPageInteractions(self, action_runner):
# We scroll back and forth a few times to reduce noise in the tests.
- with action_runner.CreateInteraction('Animation'):
- action_runner.Wait(8)
+ action_runner.Wait(8)
class ToughCompositorCasesPageSet(page_set_module.PageSet):
« no previous file with comments | « tools/perf/page_sets/key_idle_power_cases.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698