| Index: tools/perf/benchmarks/battor.py
|
| diff --git a/tools/perf/benchmarks/battor.py b/tools/perf/benchmarks/battor.py
|
| index a859e756cd0a91dc7aed3c80f1023e604e291553..49ff8c13f439b0cc55869e5a8791dda214a97f2b 100644
|
| --- a/tools/perf/benchmarks/battor.py
|
| +++ b/tools/perf/benchmarks/battor.py
|
| @@ -50,14 +50,6 @@ class BattOrToughVideoCases(_BattOrBenchmark):
|
| return 'battor.tough_video_cases'
|
|
|
|
|
| -class BattOrPowerCases(_BattOrBenchmark):
|
| - page_set = page_sets.power_cases.PowerCasesPageSet
|
| -
|
| - @classmethod
|
| - def Name(cls):
|
| - return 'battor.power_cases'
|
| -
|
| -
|
| @benchmark.Enabled('mac')
|
| class BattOrTrivialPages(_BattOrBenchmark):
|
|
|
|
|