Chromium Code Reviews| 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 71d5c51a6167542649f92cb4f921311511c40bb7..ab44694b022dbcc5f4ba1d6d6ba5761a14909faf 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 ' |
|
nednguyen
2017/04/14 00:33:27
"emerging_market" since we all the tag should be u
ssid
2017/04/17 06:56:31
Done.
ssid
2017/04/17 06:57:47
Sorry.
Actually not done. I'll fix once the issue
ssid
2017/04/17 18:20:27
Done.
|
| + '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 ' |