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

Unified Diff: tools/perf/page_sets/top_25_smooth.py

Issue 966283002: [Telemetry] Change rasterize_and_record_micro to use top_25_pages page set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/page_sets/top_25_smooth.py
diff --git a/tools/perf/page_sets/top_25_smooth.py b/tools/perf/page_sets/top_25_smooth.py
index cf5d8fc0ae660c0af1d6a3cda70c6e117be62ec6..5088a82ca23272eb828f3233c9b5cafe0cccbda2 100644
--- a/tools/perf/page_sets/top_25_smooth.py
+++ b/tools/perf/page_sets/top_25_smooth.py
@@ -93,7 +93,7 @@ class Top25SmoothPageSet(page_set_module.PageSet):
def __init__(self):
super(Top25SmoothPageSet, self).__init__(
user_agent_type='desktop',
- archive_data_file='data/top_25.json',
+ archive_data_file='data/top_25_smooth.json',
bucket=page_set_module.PARTNER_BUCKET)
self.AddUserStory(_CreatePageClassWithSmoothInteractions(
« tools/perf/page_sets/top_25_pages.py ('K') | « tools/perf/page_sets/top_25_pages.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698