Index: tools/perf/benchmarks/blink_style.py |
diff --git a/tools/perf/benchmarks/blink_style.py b/tools/perf/benchmarks/blink_style.py |
index 827e81a02ed1cb5aa16c169cdb6f151bad9be860..cb7c0b009369db37a2aed222ec1f4122bdfb70a1 100644 |
--- a/tools/perf/benchmarks/blink_style.py |
+++ b/tools/perf/benchmarks/blink_style.py |
@@ -7,6 +7,7 @@ from telemetry import benchmark |
from measurements import blink_style |
import page_sets |
+@benchmark.Disabled('reference') |
class BlinkStyleTop25(benchmark.Benchmark): |
"""Measures performance of Blink's style engine (CSS Parsing, Style Recalc, |
etc.) on the top 25 pages. |
@@ -19,6 +20,7 @@ class BlinkStyleTop25(benchmark.Benchmark): |
return 'blink_style.top_25' |
+@benchmark.Disabled('reference') |
@benchmark.Enabled('android') |
class BlinkStyleKeyMobileSites(benchmark.Benchmark): |
"""Measures performance of Blink's style engine (CSS Parsing, Style Recalc, |
@@ -32,6 +34,7 @@ class BlinkStyleKeyMobileSites(benchmark.Benchmark): |
return 'blink_style.key_mobile_sites' |
+@benchmark.Disabled('reference') |
@benchmark.Enabled('android') |
class BlinkStylePolymer(benchmark.Benchmark): |
"""Measures performance of Blink's style engine (CSS Parsing, Style Recalc, |