Chromium Code Reviews| Index: tools/perf/benchmarks/smoothness.py |
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py |
| index 2f4892457c8bb97c580a362af030ad61b4403296..00c9ba3c0b5201b90b97f9f0c7d98ee03ee870cb 100644 |
| --- a/tools/perf/benchmarks/smoothness.py |
| +++ b/tools/perf/benchmarks/smoothness.py |
| @@ -28,3 +28,13 @@ class SmoothnessKeyMobileSites(test.Test): |
| enabled = sys.platform != 'linux2' |
| test = smoothness.Smoothness |
| page_set = 'page_sets/key_mobile_sites.json' |
| + |
| + |
| +class SmoothnessToughSchedulingCases(test.Test): |
| + """Measures rendering statistics while interacting with pages that have |
|
nduca
2013/11/24 19:22:46
why is restart required after every run?
Sami
2013/11/29 19:29:17
Fixed, now I reset all the delays before applying
|
| + challenging scheduling properties. |
| + |
| + https://docs.google.com/a/chromium.org/document/d/ |
| + 17yhE5Po9By0sCdM1yZT3LiUECaUr_94rQt9j-4tOQIM/view""" |
| + test = smoothness.SmoothnessWithRestart |
| + page_set = 'page_sets/tough_scheduling_cases.json' |