Chromium Code Reviews| Index: tools/perf/benchmarks/smoothness.py |
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py |
| index 3a82f439c95dfa9b57cdaf4e35be83b38575bbb6..a5e97b569c70506e6011faa4dee8ff9b57e9162d 100644 |
| --- a/tools/perf/benchmarks/smoothness.py |
| +++ b/tools/perf/benchmarks/smoothness.py |
| @@ -284,6 +284,7 @@ class SmoothnessSimpleMobilePages(_Smoothness): |
| @benchmark.Enabled('android') |
| +@benchmark.Disabled('Nexus 5X') |
|
nednguyen
2016/07/22 19:02:14
This would be nice but we don't support this synta
eyaich
2016/07/22 19:10:54
Ah yes, well worth a try! Correct syntax done.
|
| class SmoothnessToughPinchZoomCases(_Smoothness): |
| """Measures rendering statistics for pinch-zooming in the tough pinch zoom |
| cases. |