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

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

Issue 2334233002: [System Health] Create first System Health media user stories. (Closed)
Patch Set: Add Pandora 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..0aa73832dd539ed0ea8d5fdebb4e9188053875df 100644
--- a/tools/perf/benchmarks/battor.py
+++ b/tools/perf/benchmarks/battor.py
@@ -55,6 +55,17 @@ class BattOrToughVideoCases(_BattOrBenchmark):
return 'battor.tough_video_cases'
+class BattOrSystemHealthMediaDesktop(_BattOrBenchmark):
nednguyen 2016/09/13 19:41:17 I think we don't need this since it's covered by s
rnephew (Reviews Here) 2016/09/13 20:17:17 Done.
+ """Desktop Chrome Media System Health Power Benchmark."""
+
+ def CreateStorySet(self, options):
+ return page_sets.SystemHealthStorySet(platform='desktop', case='play')
+
+ @classmethod
+ 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."""
« no previous file with comments | « no previous file | tools/perf/page_sets/data/credentials.json.sha1 » ('j') | tools/perf/page_sets/login_helpers/pandora_login.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698