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

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

Issue 575313003: [Telemetry] Make startup benchmark enable/disables match old master.cfg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/start_with_url.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/startup.py
diff --git a/tools/perf/benchmarks/startup.py b/tools/perf/benchmarks/startup.py
index e78a50bbcb8fa9860b23cdf4463968e7a9eb40d4..a7a8b7c4256e9a3cfe45c74ced961754c902c08b 100644
--- a/tools/perf/benchmarks/startup.py
+++ b/tools/perf/benchmarks/startup.py
@@ -26,7 +26,7 @@ class StartupWarmBlankPage(benchmark.Benchmark):
'pageset_repeat': 20}
-@benchmark.Disabled('android', 'snowleopard') # crbug.com/336913
+@benchmark.Disabled # crbug.com/336913
class StartupColdTheme(benchmark.Benchmark):
tag = 'theme_cold'
test = startup.Startup
@@ -36,7 +36,7 @@ class StartupColdTheme(benchmark.Benchmark):
'pageset_repeat': 5}
-@benchmark.Disabled('android')
+@benchmark.Disabled
class StartupWarmTheme(benchmark.Benchmark):
tag = 'theme_warm'
test = startup.Startup
@@ -46,7 +46,7 @@ class StartupWarmTheme(benchmark.Benchmark):
'pageset_repeat': 20}
-@benchmark.Disabled('android', 'snowleopard') # crbug.com/336913
+@benchmark.Disabled # crbug.com/336913
class StartupColdManyExtensions(benchmark.Benchmark):
tag = 'many_extensions_cold'
test = startup.Startup
@@ -56,7 +56,7 @@ class StartupColdManyExtensions(benchmark.Benchmark):
'pageset_repeat': 5}
-@benchmark.Disabled('android')
+@benchmark.Disabled
class StartupWarmManyExtensions(benchmark.Benchmark):
tag = 'many_extensions_warm'
test = startup.Startup
« no previous file with comments | « tools/perf/benchmarks/start_with_url.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698