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

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

Issue 250813002: Telemetry: Add a reduced compositor cases page set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Whitespace Created 6 years, 7 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
« no previous file with comments | « no previous file | tools/perf/page_sets/data/tough_compositor_cases.json » ('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 00e49bb3d1ae189be9d200c0d6d89866a214441c..06fb468b50c886b91baa7bed1d2f2a695eefbf42 100644
--- a/tools/perf/benchmarks/thread_times.py
+++ b/tools/perf/benchmarks/thread_times.py
@@ -34,6 +34,7 @@ class LegacySilkBenchmark(ThreadTimesKeySilkCases):
def GetName(cls):
return "silk.key_silk_cases"
+
class ThreadTimesFastPathMobileSites(test.Test):
"""Measures timeline metrics while performing smoothness action on
key mobile sites labeled with fast-path tag.
@@ -42,11 +43,13 @@ class ThreadTimesFastPathMobileSites(test.Test):
page_set = 'page_sets/key_mobile_sites.py'
options = {'page_label_filter' : 'fastpath'}
-class LegacyFastPathBenchmark(ThreadTimesFastPathMobileSites):
- """Same as thread_times.fast_path_mobile_sites but with the old name."""
- @classmethod
- def GetName(cls):
- return "fast_path.key_mobile_sites"
+
+class ThreadTimesCompositorCases(test.Test):
+ """Measures timeline metrics while performing smoothness action on
+ tough compositor cases.
+ http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
+ test = thread_times.ThreadTimes
+ page_set = 'page_sets/tough_compositor_cases.py'
@test.Enabled('android')
« no previous file with comments | « no previous file | tools/perf/page_sets/data/tough_compositor_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698