Index: tools/perf/benchmarks/blink_style.py |
diff --git a/tools/perf/benchmarks/blink_style.py b/tools/perf/benchmarks/blink_style.py |
index b468c68b3442d8d058650527ae8a55c0c3b5a3fd..73e1929aa0073e525a3164a31824e28af750353e 100644 |
--- a/tools/perf/benchmarks/blink_style.py |
+++ b/tools/perf/benchmarks/blink_style.py |
@@ -22,8 +22,7 @@ |
return 'blink_style.top_25' |
-@benchmark.Disabled('all') # crbug.com/702194 |
-#@benchmark.Enabled('android') |
+@benchmark.Enabled('android') |
class BlinkStyleKeyMobileSites(perf_benchmark.PerfBenchmark): |
"""Measures performance of Blink's style engine (CSS Parsing, Style Recalc, |
etc.) on key mobile sites. |