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

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

Issue 2334233002: [System Health] Create first System Health media user stories. (Closed)
Patch Set: Created 4 years, 3 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
Index: tools/perf/benchmarks/battor.py
diff --git a/tools/perf/benchmarks/battor.py b/tools/perf/benchmarks/battor.py
index 53ef3e4f2dae6583e9efc804cf2144e73b6363d9..9269cdfca7f8ab2ffea69d97ad228bbd1557d238 100644
--- a/tools/perf/benchmarks/battor.py
+++ b/tools/perf/benchmarks/battor.py
@@ -55,6 +55,13 @@ class BattOrToughVideoCases(_BattOrBenchmark):
return 'battor.tough_video_cases'
+class BattOrSystemHealthMediaDesktop(_BattOrBenchmark):
petrcermak 2016/09/13 16:49:03 nit: can you add a docstring below here?
rnephew (Reviews Here) 2016/09/13 18:52:40 Done.
+ def CreateStorySet(self, options):
petrcermak 2016/09/13 16:49:03 nit: add blank line above this one
rnephew (Reviews Here) 2016/09/13 18:52:40 Done.
+ return page_sets.SystemHealthStorySet(platform='desktop', case='media')
+ @classmethod
petrcermak 2016/09/13 16:49:03 nit: add blank line above this one
rnephew (Reviews Here) 2016/09/13 18:52:40 Done.
+ def Name(cls):
+ return 'battor.system_health_media_desktop'
+
# TODO(rnephew): Add a version that scrolls.
class BattOrSystemHealthLoadingDesktop(_BattOrBenchmark):
"""Desktop Chrome Memory System Health Benchmark."""

Powered by Google App Engine
This is Rietveld 408576698