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

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

Issue 2693973002: Add Javascript-Heavy tags for system health stories with heavy uses of JS (Closed)
Patch Set: Rebase Created 3 years, 10 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/system_health/loading_stories.py ('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/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 a88957f9f8ea2939ad55881cc3b6820b9b47dc13..1c345f58de07aa98c19891fcd0d41b0d852d7cc8 100644
--- a/tools/perf/page_sets/system_health/story_tags.py
+++ b/tools/perf/page_sets/system_health/story_tags.py
@@ -25,6 +25,11 @@ IMAGES = Tag(
INTERNATIONAL = Tag(
'international', 'Story has navigations to websites with content in non '
'English languages.')
+JAVASCRIPT_HEAVY = Tag(
+ 'javascript-heavy', 'Story has navigations to websites with heavy usages '
+ 'of JavaScript. The story uses 20Mb+ memory for javascript and local '
+ 'run with "v8" category enabled also shows the trace has js slices across '
+ 'the whole run.')
SCROLL = Tag(
'scroll', 'Story has scroll gestures & scroll animation.')
PINCH_ZOOM = Tag(
« no previous file with comments | « tools/perf/page_sets/system_health/loading_stories.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698