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

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

Issue 1115383002: Disable failing telemetry unit tests on chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: perf2 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/benchmarks/v8.py » ('j') | tools/perf/benchmarks/v8.py » ('J')
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 cb7c0b009369db37a2aed222ec1f4122bdfb70a1..c8826b689d62c077dbe9f8f2bc2806d747441b9a 100644
--- a/tools/perf/benchmarks/blink_style.py
+++ b/tools/perf/benchmarks/blink_style.py
@@ -7,7 +7,7 @@ from telemetry import benchmark
from measurements import blink_style
import page_sets
-@benchmark.Disabled('reference')
+@benchmark.Disabled('reference', 'chromeos')
cylee1 2015/05/04 11:16:59 Why disable performance test ? I thought you're di
cylee1 2015/05/04 11:46:36 BTW, just found that the blink_style.top_25 fails
achuithb 2015/05/04 19:47:59 Done.
class BlinkStyleTop25(benchmark.Benchmark):
"""Measures performance of Blink's style engine (CSS Parsing, Style Recalc,
etc.) on the top 25 pages.
« no previous file with comments | « no previous file | tools/perf/benchmarks/v8.py » ('j') | tools/perf/benchmarks/v8.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698