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

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

Issue 1859003002: [DO NOT SUBMIT] Telemetry error on non existing archive_data_file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/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 fb29d30c30c7a318b91a0d272a8808c4c98a8d47..0c0d86afc381fa7888ed48d2d35f72370d59113f 100644
--- a/tools/perf/page_sets/top_25_smooth.py
+++ b/tools/perf/page_sets/top_25_smooth.py
@@ -105,7 +105,7 @@ class Top25SmoothPageSet(story.StorySet):
def __init__(self, techcrunch=True):
super(Top25SmoothPageSet, self).__init__(
- archive_data_file='data/top_25_smooth.json',
+ archive_data_file='data/top_25_mooth.json',
cloud_storage_bucket=story.PARTNER_BUCKET)
desktop_state_class = shared_page_state.SharedDesktopPageState
« 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