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

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

Issue 1030183002: Reenabled page_cycler and polymer_load benchmarks disabled due to crash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « tools/perf/benchmarks/page_cycler.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/polymer_load.py
diff --git a/tools/perf/benchmarks/polymer_load.py b/tools/perf/benchmarks/polymer_load.py
index 66305d785367bd8a6e3c0bfade78000e0e02e487..031fc88f79fa52282107bcf8d399de751746b673 100644
--- a/tools/perf/benchmarks/polymer_load.py
+++ b/tools/perf/benchmarks/polymer_load.py
@@ -7,9 +7,7 @@ import page_sets
from telemetry import benchmark
-# Failing on N4, crbug.com/470071
-#@benchmark.Enabled('android')
-@benchmark.Disabled
+@benchmark.Enabled('android')
class PolymerLoadPica(benchmark.Benchmark):
"""Measures time to polymer-ready for Pica (News Reader)."""
test = polymer_load.PolymerLoadMeasurement
« no previous file with comments | « tools/perf/benchmarks/page_cycler.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698