| Index: tools/perf/page_sets/system_health/story_tags.py
|
| diff --git a/tools/perf/page_sets/system_health/story_tags.py b/tools/perf/page_sets/system_health/story_tags.py
|
| index 1c345f58de07aa98c19891fcd0d41b0d852d7cc8..e5c8694dfe8dcfe29d68b23df5c87a3b2329746a 100644
|
| --- a/tools/perf/page_sets/system_health/story_tags.py
|
| +++ b/tools/perf/page_sets/system_health/story_tags.py
|
| @@ -25,6 +25,9 @@ IMAGES = Tag(
|
| INTERNATIONAL = Tag(
|
| 'international', 'Story has navigations to websites with content in non '
|
| 'English languages.')
|
| +EMERGING_MARKET = Tag(
|
| + 'emerging-market', 'Story has significant usage in emerging markets with '
|
| + 'low-end mobile devices and slow network connections.')
|
| JAVASCRIPT_HEAVY = Tag(
|
| 'javascript-heavy', 'Story has navigations to websites with heavy usages '
|
| 'of JavaScript. The story uses 20Mb+ memory for javascript and local '
|
|
|