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

Unified Diff: tools/perf/profile_creators/small_profile_creator.py

Issue 323703003: [Telemetry] Fix profile generation after r275633. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/profile_creators/small_profile_creator.py
diff --git a/tools/perf/profile_creators/small_profile_creator.py b/tools/perf/profile_creators/small_profile_creator.py
index 43f6c85255664fbbaa36bbd7a1fe4189ecd4398a..b98c90a86556b2de0e2802bb1c3dbbe33bda131b 100644
--- a/tools/perf/profile_creators/small_profile_creator.py
+++ b/tools/perf/profile_creators/small_profile_creator.py
@@ -14,7 +14,7 @@ class SmallProfileCreator(profile_creator.ProfileCreator):
def __init__(self):
super(SmallProfileCreator, self).__init__()
- self._page_set = page_sets.Typical25()
+ self._page_set = page_sets.Typical25PageSet()
# Open all links in the same tab save for the last _NUM_TABS links which
# are each opened in a new tab.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698