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

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

Issue 2773483002: Ensure fixed amount of scrolling in infinite scroll stories. (Closed)
Patch Set: Created 3 years, 9 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
Index: tools/perf/benchmarks/v8.py
diff --git a/tools/perf/benchmarks/v8.py b/tools/perf/benchmarks/v8.py
index 6a273c3e9f68c31e9e5ef7f12698d73597e071b9..755757a161d485b009e9b8ca811efc11e1b8b1a8 100644
--- a/tools/perf/benchmarks/v8.py
+++ b/tools/perf/benchmarks/v8.py
@@ -197,7 +197,7 @@ class V8InfiniteScroll(_InfiniteScrollBenchmark):
"""Measures V8 GC metrics and memory usage while scrolling the top web pages.
http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
- page_set = page_sets.InfiniteScrollPageSet
+ page_set = page_sets.InfiniteScrollStorySet
@classmethod
def Name(cls):
@@ -237,7 +237,7 @@ class V8MobileInfiniteScroll(_InfiniteScrollBenchmark):
web pages.
http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
- page_set = page_sets.MobileInfiniteScrollPageSet
+ page_set = page_sets.MobileInfiniteScrollStorySet
@classmethod
def Name(cls):
« no previous file with comments | « no previous file | tools/perf/page_sets/infinite_scroll_cases.py » ('j') | tools/perf/page_sets/infinite_scroll_cases.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698