Chromium Code Reviews| 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' |