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

Unified Diff: tools/perf/perf_tools/smoothness_benchmark.py

Issue 11734036: Add robohornet as an animation test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 12 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 | « tools/perf/page_sets/tough_texture_upload_cases.json ('k') | tools/telemetry/telemetry/wait_interaction.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/perf_tools/smoothness_benchmark.py
diff --git a/tools/perf/perf_tools/smoothness_benchmark.py b/tools/perf/perf_tools/smoothness_benchmark.py
index 055fdbbd27dabedb68eddabc22ecdde6f75b6d23..461b4a4732ea7985ee33324388b267e06e248989 100644
--- a/tools/perf/perf_tools/smoothness_benchmark.py
+++ b/tools/perf/perf_tools/smoothness_benchmark.py
@@ -144,7 +144,7 @@ def CalcImageDecodingResults(rendering_stats_deltas, results):
class SmoothnessBenchmark(multi_page_benchmark.MultiPageBenchmark):
def __init__(self):
- super(SmoothnessBenchmark, self).__init__('scrolling')
+ super(SmoothnessBenchmark, self).__init__('smoothness')
self.force_enable_threaded_compositing = False
self.use_gpu_benchmarking_extension = True
@@ -160,7 +160,7 @@ class SmoothnessBenchmark(multi_page_benchmark.MultiPageBenchmark):
options.extra_browser_args.append('--enable-threaded-compositing')
def CanRunForPage(self, page):
- return hasattr(page, 'scrolling')
+ return hasattr(page, 'smoothness')
def MeasurePage(self, page, tab, results):
rendering_stats_deltas = tab.runtime.Evaluate(
« no previous file with comments | « tools/perf/page_sets/tough_texture_upload_cases.json ('k') | tools/telemetry/telemetry/wait_interaction.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698