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

Unified Diff: tools/perf/page_sets/system_health/system_health_stories.py

Issue 2161583003: [system health] Fix wpr archive names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add json files Created 4 years, 5 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 | « tools/perf/page_sets/data/system_health_mobile_021.wpr.sha1 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/system_health/system_health_stories.py
diff --git a/tools/perf/page_sets/system_health/system_health_stories.py b/tools/perf/page_sets/system_health/system_health_stories.py
index 59c3d8138949d6ea170983046f44f0313877a799..9679b154ae78daf3e042d756886529be6a6af5f5 100644
--- a/tools/perf/page_sets/system_health/system_health_stories.py
+++ b/tools/perf/page_sets/system_health/system_health_stories.py
@@ -18,7 +18,7 @@ class SystemHealthStorySet(story.StorySet):
"""
def __init__(self, platform, case=None, take_memory_measurement=False):
super(SystemHealthStorySet, self).__init__(
- archive_data_file=('../data/memory_system_health_%s.json' % platform),
+ archive_data_file=('../data/system_health_%s.json' % platform),
cloud_storage_bucket=story.PARTNER_BUCKET)
assert platform in platforms.ALL_PLATFORMS
« no previous file with comments | « tools/perf/page_sets/data/system_health_mobile_021.wpr.sha1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698