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

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: Full test set. Created 7 years, 1 month 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 2f4892457c8bb97c580a362af030ad61b4403296..00c9ba3c0b5201b90b97f9f0c7d98ee03ee870cb 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -28,3 +28,13 @@ class SmoothnessKeyMobileSites(test.Test):
enabled = sys.platform != 'linux2'
test = smoothness.Smoothness
page_set = 'page_sets/key_mobile_sites.json'
+
+
+class SmoothnessToughSchedulingCases(test.Test):
+ """Measures rendering statistics while interacting with pages that have
nduca 2013/11/24 19:22:46 why is restart required after every run?
Sami 2013/11/29 19:29:17 Fixed, now I reset all the delays before applying
+ challenging scheduling properties.
+
+ https://docs.google.com/a/chromium.org/document/d/
+ 17yhE5Po9By0sCdM1yZT3LiUECaUr_94rQt9j-4tOQIM/view"""
+ test = smoothness.SmoothnessWithRestart
+ page_set = 'page_sets/tough_scheduling_cases.json'
« no previous file with comments | « no previous file | tools/perf/measurements/smoothness.py » ('j') | tools/perf/page_sets/tough_scheduling_cases/raf.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698