Commit 0f1f1abb authored by dstockwell's avatar dstockwell Committed by Commit bot

Disable reference build for blink_style

Now failing with:
  'MarkerMismatchError: Number or order of timeline markers does not match
   provided labels'

TBR=sullivan
BUG=479048
CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect

Review URL: https://codereview.chromium.org/1104413004

Cr-Commit-Position: refs/heads/master@{#327256}
parent 47464b35
...@@ -7,6 +7,7 @@ from telemetry import benchmark ...@@ -7,6 +7,7 @@ from telemetry import benchmark
from measurements import blink_style from measurements import blink_style
import page_sets import page_sets
@benchmark.Disabled('reference')
class BlinkStyleTop25(benchmark.Benchmark): class BlinkStyleTop25(benchmark.Benchmark):
"""Measures performance of Blink's style engine (CSS Parsing, Style Recalc, """Measures performance of Blink's style engine (CSS Parsing, Style Recalc,
etc.) on the top 25 pages. etc.) on the top 25 pages.
...@@ -19,6 +20,7 @@ class BlinkStyleTop25(benchmark.Benchmark): ...@@ -19,6 +20,7 @@ class BlinkStyleTop25(benchmark.Benchmark):
return 'blink_style.top_25' return 'blink_style.top_25'
@benchmark.Disabled('reference')
@benchmark.Enabled('android') @benchmark.Enabled('android')
class BlinkStyleKeyMobileSites(benchmark.Benchmark): class BlinkStyleKeyMobileSites(benchmark.Benchmark):
"""Measures performance of Blink's style engine (CSS Parsing, Style Recalc, """Measures performance of Blink's style engine (CSS Parsing, Style Recalc,
...@@ -32,6 +34,7 @@ class BlinkStyleKeyMobileSites(benchmark.Benchmark): ...@@ -32,6 +34,7 @@ class BlinkStyleKeyMobileSites(benchmark.Benchmark):
return 'blink_style.key_mobile_sites' return 'blink_style.key_mobile_sites'
@benchmark.Disabled('reference')
@benchmark.Enabled('android') @benchmark.Enabled('android')
class BlinkStylePolymer(benchmark.Benchmark): class BlinkStylePolymer(benchmark.Benchmark):
"""Measures performance of Blink's style engine (CSS Parsing, Style Recalc, """Measures performance of Blink's style engine (CSS Parsing, Style Recalc,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment