Chromium Code Reviews| 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.""" |