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( |