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

Unified Diff: tools/perf/page_sets/tough_energy_cases.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: Fix review comments 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
« no previous file with comments | « tools/perf/benchmarks/tab_switching.py ('k') | tools/perf/page_sets/tough_energy_cases/Biang-order.gif » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_energy_cases.json
diff --git a/tools/perf/page_sets/tough_energy_cases.json b/tools/perf/page_sets/tough_energy_cases.json
new file mode 100644
index 0000000000000000000000000000000000000000..f9654494ee238ee616719ea762ee6103a3dd13d1
--- /dev/null
+++ b/tools/perf/page_sets/tough_energy_cases.json
@@ -0,0 +1,22 @@
+{
+ "description": "Pages for measuring Chrome power draw.",
+ "archive_data_file": "data/tough_energy_cases.json",
+ "credentials_path": "data/credentials.json",
+ "pages": [
+ { "url": "file://tough_energy_cases/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://tough_energy_cases/below-fold-animated-gif.html",
+ "why": "Below the fold animated gif" },
+ { "url": "file://tough_energy_cases/below-fold-flash.html",
+ "why": "Below the fold flash animation" }
+ ]
+}
« no previous file with comments | « tools/perf/benchmarks/tab_switching.py ('k') | tools/perf/page_sets/tough_energy_cases/Biang-order.gif » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698