Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: tools/perf/benchmarks/smoothness.py

Issue 1037483004: Telemetry benchmark key_desktop_move_pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « no previous file | tools/perf/page_sets/data/key_desktop_move_cases.json » ('j') | tools/perf/page_sets/key_desktop_move_cases.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698