Chromium Code Reviews| Index: tools/perf/benchmarks/battor.py |
| diff --git a/tools/perf/benchmarks/battor.py b/tools/perf/benchmarks/battor.py |
| index 2cbc14ecfae92af0266f99c48e6944e92fb115e2..73a01727b8e25c86de5d148d6683e15f05cadfb8 100644 |
| --- a/tools/perf/benchmarks/battor.py |
| +++ b/tools/perf/benchmarks/battor.py |
| @@ -116,3 +116,11 @@ class BattOrPowerCasesNoChromeTrace(_BattOrBenchmark): |
| @classmethod |
| def Name(cls): |
| return 'battor.power_cases_no_chrome_trace' |
| + |
| + |
| +class BattOrTrivialPages(_BattOrBenchmark): |
|
rnephew (Reviews Here)
2016/08/19 16:49:43
Should I limit this only to mac? Its running fine
erikchen
2016/08/19 17:01:31
If you want to run the tests on Android, I recomme
rnephew (Reviews Here)
2016/08/19 17:06:39
Set to only run on mac.
|
| + page_set = page_sets.MacGpuTrivialPagesStorySet |
| + |
| + @classmethod |
| + def Name(cls): |
| + return 'battor.trivial_pages' |