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

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

Issue 1030693002: [Telemetry] Expect to skip smoothness.maps on low-end devices (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | tools/perf/benchmarks/webgl_expectations.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/smoothness.py
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index 711c53d363d6bb1870ba3d124e241fedfffd8038..4d9fd327918c5660894145ccd36e0cacd9acc020 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -70,6 +70,10 @@ class SmoothnessMaps(benchmark.Benchmark):
page_set = page_sets.MapsPageSet
@classmethod
+ def CreateExpectations(cls):
+ return webgl_expectations.WebGLLowEndExpectations()
Ken Russell (switch to Gerrit) 2015/03/23 18:08:03 I'd suggest naming these expectations per benchmar
eakuefner 2015/03/23 18:11:27 Done.
+
+ @classmethod
def Name(cls):
return 'smoothness.maps'
« no previous file with comments | « no previous file | tools/perf/benchmarks/webgl_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698