| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index a407c2b6cc066adff44851ae6c007da6cbfb94a0..25e69825d6caefa251f6d39a2167c8eeb5880f28 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -29,13 +29,3 @@ class SmoothnessKeyMobileSites(test.Test):
|
| http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
|
| test = smoothness.Smoothness
|
| page_set = 'page_sets/key_mobile_sites.json'
|
| -
|
| -
|
| -class SmoothnessToughSchedulingCases(test.Test):
|
| - """Measures rendering statistics while interacting with pages that have
|
| - challenging scheduling properties.
|
| -
|
| - https://docs.google.com/a/chromium.org/document/d/
|
| - 17yhE5Po9By0sCdM1yZT3LiUECaUr_94rQt9j-4tOQIM/view"""
|
| - test = smoothness.Smoothness
|
| - page_set = 'page_sets/tough_scheduling_cases.json'
|
|
|