| Index: tools/perf/benchmarks/oilpan_gc_times.py
|
| diff --git a/tools/perf/benchmarks/oilpan_gc_times.py b/tools/perf/benchmarks/oilpan_gc_times.py
|
| index b2b6d4a6f38ccac7efbe7f81daeace5ceb0e8524..91711d5328c7e7693bb1a73e7de3d737961dbcfa 100644
|
| --- a/tools/perf/benchmarks/oilpan_gc_times.py
|
| +++ b/tools/perf/benchmarks/oilpan_gc_times.py
|
| @@ -28,6 +28,7 @@ class OilpanGCTimesBlinkPerfStress(perf_benchmark.PerfBenchmark):
|
|
|
|
|
| @benchmark.Disabled('android') # crbug.com/589567
|
| +@benchmark.Owner(emails=['peria@chromium.org'])
|
| class OilpanGCTimesSmoothnessAnimation(perf_benchmark.PerfBenchmark):
|
| test = oilpan_gc_times.OilpanGCTimesForSmoothness
|
| page_set = page_sets.ToughAnimationCasesPageSet
|
|
|