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

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

Issue 11273081: Adding a test for measuring memory usage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated Created 8 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/perf_tools/scrolling_benchmark.py
diff --git a/tools/perf/perf_tools/scrolling_benchmark.py b/tools/perf/perf_tools/scrolling_benchmark.py
index 0dfeb439e29c10e51692453d78fdd7a420df69fc..3b07ff749c8effc1f89094b8c03b0d5f26929349 100644
--- a/tools/perf/perf_tools/scrolling_benchmark.py
+++ b/tools/perf/perf_tools/scrolling_benchmark.py
@@ -76,7 +76,7 @@ class ScrollingBenchmark(multi_page_benchmark.MultiPageBenchmark):
raise DidNotScrollException()
return rendering_stats_deltas
- def CustomizeBrowserOptions(self, options):
+ def CustomizeBrowserOptions(self, pages, options):
if not options.no_gpu_benchmarking_extension:
options.extra_browser_args.append('--enable-gpu-benchmarking')

Powered by Google App Engine
This is Rietveld 408576698