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

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

Issue 1987363003: [tools/perf] Disable system_health benchmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/system_health.py
diff --git a/tools/perf/benchmarks/system_health.py b/tools/perf/benchmarks/system_health.py
index 687a86729200c991b84dabaa2c14f827c194f8b0..e1ad5dcf873c4eb7ef26d8a82dc945d6f2c5e2c7 100644
--- a/tools/perf/benchmarks/system_health.py
+++ b/tools/perf/benchmarks/system_health.py
@@ -30,6 +30,7 @@ class _SystemHealthBenchmark(perf_benchmark.PerfBenchmark):
return browser.platform.GetDeviceTypeName() == galaxy_s5_type_name
+@benchmark.Disabled('all') # crbug.com/613050
class SystemHealthTop25(_SystemHealthBenchmark):
page_set = page_sets.Top25PageSet
@@ -37,8 +38,8 @@ class SystemHealthTop25(_SystemHealthBenchmark):
def Name(cls):
return 'system_health.top25'
-# crbug.com/601953
-@benchmark.Disabled('android')
+@benchmark.Disabled('android') # crbug.com/601953
+@benchmark.Disabled('all') # crbug.com/613050
class SystemHealthKeyMobileSites(_SystemHealthBenchmark):
page_set = page_sets.KeyMobileSitesPageSet
« 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