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

Side by Side 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, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
tonyg 2014/03/31 17:16:09 Let's name this tough_energy_cases.json or tough_p
2 "description": "Pages for measuring Chrome power draw.",
3 "archive_data_file": "data/power_intensive.json",
4 "credentials_path": "data/credentials.json",
5 "pages": [
6 { "url": "file://power_intensive/above-fold-animated-gif.html",
7 "why": "Above the fold animated gif running in the background"},
8 {
9 "url": "https://mail.google.com/mail/",
10 "why": "productivity, top google properties",
11 "credentials": "google",
12 "navigate_steps" : [
13 { "action": "navigate" },
14 { "action": "wait", "javascript": "window.gmonkey !== undefined && docum ent.getElementById('gb') !== null" }
15 ]
16 },
17 { "url": "file://power_intensive/below-fold-animated-gif.html",
18 "why": "Below the fold animated gif" },
19 { "url": "file://power_intensive/below-fold-flash.html",
20 "why": "Below the fold flash animation" }
21 ]
22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698