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

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

Issue 1490723003: Disable power.gpu_rasterization.top_10 benchmark on Android Svelte (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Correct benchmark Created 5 years 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/power.py
diff --git a/tools/perf/benchmarks/power.py b/tools/perf/benchmarks/power.py
index dc5fbd9ac8e8a14cb4f8f91d90c5bc9c78d76a03..677e082bd6749743d8c43e68809dc1f29b0f9409 100644
--- a/tools/perf/benchmarks/power.py
+++ b/tools/perf/benchmarks/power.py
@@ -68,6 +68,11 @@ class PowerGpuRasterizationTypical10Mobile(perf_benchmark.PerfBenchmark):
def Name(cls):
return 'power.gpu_rasterization.typical_10_mobile'
+ @classmethod
+ def ShouldDisable(cls, possible_browser):
+ return cls.IsSvelte(possible_browser) # http://crbug.com/563968
+
+
@benchmark.Enabled('mac')
class PowerTop10(perf_benchmark.PerfBenchmark):
"""Top 10 quiescent power test."""
« 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