Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: tools/perf/benchmarks/blink_style.py

Issue 1104413004: Disable reference build for blink_style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698