| Index: tools/perf/benchmarks/memory.py
|
| diff --git a/tools/perf/benchmarks/memory.py b/tools/perf/benchmarks/memory.py
|
| index bf214a3a41de03ba23759b32efbbfec4114d4ace..dc38dbb85fa7b1f19f79f5c302cf549938d89163 100644
|
| --- a/tools/perf/benchmarks/memory.py
|
| +++ b/tools/perf/benchmarks/memory.py
|
| @@ -38,17 +38,6 @@ class MemoryTop7Stress(perf_benchmark.PerfBenchmark):
|
| return cls.IsSvelte(possible_browser) # http://crbug.com/555092
|
|
|
|
|
| -class MemoryLongRunningIdleGmail(perf_benchmark.PerfBenchmark):
|
| - """Use (recorded) real world web sites and measure memory consumption
|
| - of long running idle Gmail page """
|
| - test = memory.Memory
|
| - page_set = page_sets.LongRunningIdleGmailPageSet
|
| -
|
| - @classmethod
|
| - def Name(cls):
|
| - return 'memory.long_running_idle_gmail'
|
| -
|
| -
|
| @benchmark.Disabled('android') # crbug.com/542682
|
| class MemoryLongRunningIdleGmailBackground(perf_benchmark.PerfBenchmark):
|
| """Use (recorded) real world web sites and measure memory consumption
|
|
|