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

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

Issue 68203031: telemetry: Add tough scheduling cases (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Exclude set_synthetic_delays action for now. Created 7 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/tough_scheduling_cases.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/smoothness.py
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index 25e69825d6caefa251f6d39a2167c8eeb5880f28..a407c2b6cc066adff44851ae6c007da6cbfb94a0 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -29,3 +29,13 @@ 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'
« no previous file with comments | « no previous file | tools/perf/page_sets/tough_scheduling_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698