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

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

Issue 399053004: re-enable startup benchmarks on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 5 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/startup.py
diff --git a/tools/perf/benchmarks/startup.py b/tools/perf/benchmarks/startup.py
index 749427ca502170f16d8c348e77f0b51253a831bd..9363f428d11853168afee50f6c9fd9cbcd20dfe6 100644
--- a/tools/perf/benchmarks/startup.py
+++ b/tools/perf/benchmarks/startup.py
@@ -7,7 +7,7 @@ import page_sets
from telemetry import benchmark
-@benchmark.Disabled('android', 'snowleopard') # crbug.com/336913
+@benchmark.Disabled('snowleopard') # crbug.com/336913
tonyg 2014/07/18 14:58:07 Actually, thinking about this more, let's add the
pasko 2014/07/18 15:28:35 Sure, adding Enabled('has tabs') since this test i
class StartupColdBlankPage(benchmark.Benchmark):
tag = 'cold'
test = startup.Startup
« 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