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

Unified Diff: tools/perf/benchmarks/loading.py

Issue 2885203003: [Telemetry] Add StoryExpectations to loading.desktop; disabling uol.com story on lin… (Closed)
Patch Set: Created 3 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 | « no previous file | tools/perf/page_sets/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/loading.py
diff --git a/tools/perf/benchmarks/loading.py b/tools/perf/benchmarks/loading.py
index 7c9540ae70e8257f2da4f239baed354a53d357cf..8af2d3203c25ae045699c53f5e7623a9dce2033f 100644
--- a/tools/perf/benchmarks/loading.py
+++ b/tools/perf/benchmarks/loading.py
@@ -37,6 +37,9 @@ class LoadingDesktop(_LoadingBase):
cache_temperatures=[cache_temperature.PCV1_COLD,
cache_temperature.PCV1_WARM,])
+ def GetExpectations(self):
+ return page_sets.LoadingDesktopExpectations()
+
@classmethod
def Name(cls):
return 'loading.desktop'
« no previous file with comments | « no previous file | tools/perf/page_sets/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698