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

Unified 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, 2 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/top_25_usage.json
diff --git a/tools/perf/page_sets/top_25_usage.json b/tools/perf/page_sets/top_25_usage.json
new file mode 100644
index 0000000000000000000000000000000000000000..6c0088a2438319bb42544eba64ea132ed0270751
--- /dev/null
+++ b/tools/perf/page_sets/top_25_usage.json
@@ -0,0 +1,31 @@
+{
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
+ "description": "Pages for executing tests which not only load the pages, but also do some user actions.",
+ "credentials_path": "../data/credentials.json",
+ "archive_path": "../data/top_25_usage.wpr",
+ "pages": [
+ {
+ "name": "Facebook",
+ "url": "http://www.facebook.com/barackobama",
+ "why": "top social,Public profile",
+ "credentials": "facebook",
+ "scroll_is_infinite": true,
+ "interactions": [
+ {
+ "type": "TestHelper",
+ "code": "window.__ClickLinkWithText(\"Women for Obama\");",
+ "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
+ },
+ {
+ "type": "TestHelper",
+ "code": "window.__ClickLinkWithText(\"About\");",
+ "completion": "window.__ReadyStateComplete()"
+ },
+ {
+ "type": "TestHelper",
+ "code": "window.__ClickLinkWithText(\"Home\");",
+ "completion": "window.__ReadyStateComplete()"
+ }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698