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

Unified Diff: tools/perf/page_sets/power_intensive.json

Issue 213183003: [Telemetry] Add test case for power usage of background animations/heavy tab. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
Index: tools/perf/page_sets/power_intensive.json
diff --git a/tools/perf/page_sets/power_intensive.json b/tools/perf/page_sets/power_intensive.json
new file mode 100644
index 0000000000000000000000000000000000000000..7f3d65e68339c17c795787e77e1cf99bf7eac790
--- /dev/null
+++ b/tools/perf/page_sets/power_intensive.json
@@ -0,0 +1,22 @@
+{
tonyg 2014/03/31 17:16:09 Let's name this tough_energy_cases.json or tough_p
+ "description": "Pages for measuring Chrome power draw.",
+ "archive_data_file": "data/power_intensive.json",
+ "credentials_path": "data/credentials.json",
+ "pages": [
+ { "url": "file://power_intensive/above-fold-animated-gif.html",
+ "why": "Above the fold animated gif running in the background"},
+ {
+ "url": "https://mail.google.com/mail/",
+ "why": "productivity, top google properties",
+ "credentials": "google",
+ "navigate_steps" : [
+ { "action": "navigate" },
+ { "action": "wait", "javascript": "window.gmonkey !== undefined && document.getElementById('gb') !== null" }
+ ]
+ },
+ { "url": "file://power_intensive/below-fold-animated-gif.html",
+ "why": "Below the fold animated gif" },
+ { "url": "file://power_intensive/below-fold-flash.html",
+ "why": "Below the fold flash animation" }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698