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

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

Issue 789003002: Add telemetry test for paper calculator hit testing performance. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add line after header Created 6 years 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
« no previous file with comments | « no previous file | tools/perf/page_sets/key_hit_test_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/thread_times.py
diff --git a/tools/perf/benchmarks/thread_times.py b/tools/perf/benchmarks/thread_times.py
index afd424650dfcd9b805715efdcd950fdab116c888..50b5c1761d1146d017d2b5f9c3c076ef9316b780 100644
--- a/tools/perf/benchmarks/thread_times.py
+++ b/tools/perf/benchmarks/thread_times.py
@@ -23,6 +23,11 @@ class ThreadTimesKeySilkCases(_ThreadTimes):
cases."""
page_set = page_sets.KeySilkCasesPageSet
+@benchmark.Enabled('android')
+class ThreadTimesKeyHitTestCases(_ThreadTimes):
+ """Measure timeline metrics while performing smoothness action on key hit
+ testing cases."""
+ page_set = page_sets.KeyHitTestCasesPageSet
@benchmark.Disabled
class LegacySilkBenchmark(ThreadTimesKeySilkCases):
« no previous file with comments | « no previous file | tools/perf/page_sets/key_hit_test_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698