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

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

Issue 826113003: [Telemetry] Rename RunSmoothness to RunPageInteractions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/top_desktop_sites_2012Q3.py ('k') | tools/perf/page_sets/tough_canvas_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_animation_cases.py
diff --git a/tools/perf/page_sets/tough_animation_cases.py b/tools/perf/page_sets/tough_animation_cases.py
index 8f1cb637b6eb15517638589426f00a4b9e00f839..6698af331c7278c201127f0f04f618bf96b58edd 100644
--- a/tools/perf/page_sets/tough_animation_cases.py
+++ b/tools/perf/page_sets/tough_animation_cases.py
@@ -17,7 +17,7 @@ class ToughAnimationCasesPage(page_module.Page):
if self._need_measurement_ready:
action_runner.WaitForJavaScriptCondition('window.measurementReady')
- def RunSmoothness(self, action_runner):
+ def RunPageInteractions(self, action_runner):
action_runner.Wait(10)
class ToughAnimationCasesPageSet(page_set_module.PageSet):
« no previous file with comments | « tools/perf/page_sets/top_desktop_sites_2012Q3.py ('k') | tools/perf/page_sets/tough_canvas_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698