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