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

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

Issue 1104043003: CL for perf tryjob on android (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 | tools/perf/measurements/blink_style.py » ('j') | 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 4682b4fe5e753a3c42b306084d6f94c4e528b485..827e81a02ed1cb5aa16c169cdb6f151bad9be860 100644
--- a/tools/perf/benchmarks/blink_style.py
+++ b/tools/perf/benchmarks/blink_style.py
@@ -7,7 +7,6 @@ from telemetry import benchmark
from measurements import blink_style
import page_sets
-@benchmark.Disabled # http://crbug.com/479048
class BlinkStyleTop25(benchmark.Benchmark):
"""Measures performance of Blink's style engine (CSS Parsing, Style Recalc,
etc.) on the top 25 pages.
@@ -33,7 +32,7 @@ class BlinkStyleKeyMobileSites(benchmark.Benchmark):
return 'blink_style.key_mobile_sites'
-@benchmark.Disabled('mac', 'reference') # http://crbug.com/479048
+@benchmark.Enabled('android')
class BlinkStylePolymer(benchmark.Benchmark):
"""Measures performance of Blink's style engine (CSS Parsing, Style Recalc,
etc.) for Polymer cases.
« no previous file with comments | « no previous file | tools/perf/measurements/blink_style.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698