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 bee7b8299b5cb2c3b348ea8e546efbc0e1eca7c1..91711d5328c7e7693bb1a73e7de3d737961dbcfa 100644 |
--- a/tools/perf/benchmarks/oilpan_gc_times.py |
+++ b/tools/perf/benchmarks/oilpan_gc_times.py |
@@ -48,8 +48,7 @@ |
return 'oilpan_gc_times.key_silk_cases' |
-@benchmark.Disabled('all') # crbug.com/702194 |
-#@benchmark.Enabled('android') |
+@benchmark.Enabled('android') |
class OilpanGCTimesSyncScrollKeyMobileSites(perf_benchmark.PerfBenchmark): |
tag = 'sync_scroll' |
test = oilpan_gc_times.OilpanGCTimesForSmoothness |