Index: tools/perf/benchmarks/smoothness.py |
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py |
index 9e3200c317ce900a0802d74279995af765a11aa0..52117484506f1f8957081fc4f5864480fcbf83f4 100644 |
--- a/tools/perf/benchmarks/smoothness.py |
+++ b/tools/perf/benchmarks/smoothness.py |
@@ -74,6 +74,16 @@ class SmoothnessMaps(benchmark.Benchmark): |
return 'smoothness.maps' |
+@benchmark.Disabled('android') |
+class SmoothnessKeyDesktopMoveCases(benchmark.Benchmark): |
+ test = smoothness.Smoothness |
+ page_set = page_sets.KeyDesktopMoveCasesPageSet |
+ |
+ @classmethod |
+ def Name(cls): |
+ return 'smoothness.key_desktop_move_cases' |
+ |
+ |
@benchmark.Enabled('android') |
class SmoothnessKeyMobileSites(benchmark.Benchmark): |
"""Measures rendering statistics while scrolling down the key mobile sites. |