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

Side by Side Diff: tools/perf/page_sets/top_25_usage.json

Issue 11273081: Adding a test for measuring memory usage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update Created 8 years, 1 month 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 2012/11/02 18:57:34 What do you have planned here? Can we add the inte
marja 2012/11/05 14:43:25 If I do that, I also need to recreate the .wpr fil
2 "description": "Pages for executing tests which not only load the pages, but also do some user actions.",
3 "credentials_path": "../data/credentials.json",
4 "archive_path": "../data/top_25_usage.wpr",
5 "pages": [
6 {
7 "name": "Facebook",
8 "url": "http://www.facebook.com/barackobama",
9 "why": "top social,Public profile",
10 "credentials": "facebook",
11 "scroll_is_infinite": true,
12 "interactions": [
13 {
14 "type": "TestHelper",
15 "code": "window.__ClickLinkWithText(\"Women for Obama\");",
16 "completion": "window.__ReadyStateComplete()"
tonyg 2012/11/02 18:57:34 How many interactions do you have planned? If it's
marja 2012/11/05 14:43:25 Done. In the latest version, I'm just passing the
marja 2012/11/05 15:14:48 Oops, I forgot to add that I don't have a clear vi
marja 2012/11/05 15:26:44 I updated the interaction CL. Now I dispatch "clic
17 },
18 {
19 "type": "TestHelper",
20 "code": "window.__ClickLinkWithText(\"About\");",
21 "completion": "window.__ReadyStateComplete()"
22 },
23 {
24 "type": "TestHelper",
25 "code": "window.__ClickLinkWithText(\"Home\");",
26 "completion": "window.__ReadyStateComplete()"
27 }
28 ]
29 }
30 ]
31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698