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

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

Issue 688423002: tools: Add tough_fast_scrolling_cases page set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/tough_fast_scrolling_cases.py » ('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 4eac7b6586edd02ad33add45993e8a77f64f55f3..d153463cee65c373d787ce522572102ace4ed26f 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -129,3 +129,7 @@ class SmoothnessGpuRasterizationPolymer(benchmark.Benchmark):
page_set = page_sets.PolymerPageSet
def CustomizeBrowserOptions(self, options):
silk_flags.CustomizeBrowserOptionsForGpuRasterization(options)
+
+class SmoothnessToughFastScrollingCases(benchmark.Benchmark):
reveman 2014/10/30 22:48:48 This enables this new benchmark on all devices. No
ilja 2014/10/31 04:38:50 I think that is fine for ChromeOS. But I also thin
reveman 2014/10/31 16:36:52 I'm mostly interested in this as mechanism to prev
ilja 2014/10/31 20:18:29 I hooked this test up for ChromeOS in anticipation
+ test = smoothness.Smoothness
+ page_set = page_sets.ToughFastScrollingCasesPageSet
« no previous file with comments | « no previous file | tools/perf/page_sets/tough_fast_scrolling_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698