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

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

Issue 309623006: [Telemetry] Disable benchmarks that are failing on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « tools/perf/benchmarks/memory_pressure.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/tab_switching.py
diff --git a/tools/perf/benchmarks/tab_switching.py b/tools/perf/benchmarks/tab_switching.py
index d04cafe407d4dc3f3fa2bc5808ffbaff60136417..0a16fb6be810efe230d0ec54012048fcf7708a79 100644
--- a/tools/perf/benchmarks/tab_switching.py
+++ b/tools/perf/benchmarks/tab_switching.py
@@ -11,11 +11,14 @@ class TabSwitchingTop10(test.Test):
test = tab_switching.TabSwitching
page_set = 'page_sets/top_10.py'
+
class TabSwitchingFiveBlankTabs(test.Test):
test = tab_switching.TabSwitching
page_set = 'page_sets/five_blank_pages.py'
options = {'pageset_repeat': 10}
+
+@test.Disabled('android') # crbug.com/379561
class TabSwitchingToughEnergyCases(test.Test):
test = tab_switching.TabSwitching
page_set = 'page_sets/tough_energy_cases.py'
« no previous file with comments | « tools/perf/benchmarks/memory_pressure.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698