diff options
author | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-08 16:12:25 +0000 |
---|---|---|
committer | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-08 16:12:25 +0000 |
commit | 3db9d6c00e3f905209a2b42821a869b270684fa5 (patch) | |
tree | a9551ca5332e73c49e35c89b8215ccfa342961ae /tools | |
parent | 9c81848335b15e9aa4e252b9fcba7b2b79e5f641 (diff) | |
download | chromium_src-3db9d6c00e3f905209a2b42821a869b270684fa5.zip chromium_src-3db9d6c00e3f905209a2b42821a869b270684fa5.tar.gz chromium_src-3db9d6c00e3f905209a2b42821a869b270684fa5.tar.bz2 |
[Telemetry] Fix memory.top_25 timeouts.
Apparently, the click_element action now waits for navigation itself. So we
can't have an explicit wait for navigation after that action. Otherwise it just
waits for a navigation that never comes.
BUG=316491
Review URL: https://codereview.chromium.org/59903014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233912 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/page_sets/top_25.json | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/perf/page_sets/top_25.json b/tools/perf/page_sets/top_25.json index 3757512..b4aa717 100644 --- a/tools/perf/page_sets/top_25.json +++ b/tools/perf/page_sets/top_25.json @@ -172,19 +172,15 @@ ], "stress_memory": [ { "action": "click_element", "text": "accessibility" }, - { "action": "wait", "condition": "navigate" }, { "action": "wait", "condition": "element", "text": "advanced" }, { "action": "scroll" }, { "action": "click_element", "text": "advanced" }, - { "action": "wait", "condition": "navigate" }, { "action": "wait", "condition": "element", "text": "beginner" }, { "action": "scroll" }, { "action": "click_element", "text": "beginner" }, - { "action": "wait", "condition": "navigate" }, { "action": "wait", "condition": "element", "text": "Home" }, { "action": "scroll" }, { "action": "click_element", "text": "Home" }, - { "action": "wait", "condition": "navigate" }, { "action": "wait", "condition": "element", "text": "Home" } ] }, @@ -199,15 +195,12 @@ "stress_memory": [ { "action": "scroll" }, { "action": "click_element", "selector": "a[href=\"http://en.blog.wordpress.com/2012/08/30/new-themes-able-and-sight/\"]" }, - { "action": "wait", "condition": "navigate" }, { "action": "wait", "condition": "element", "text": "Features" }, { "action": "scroll" }, { "action": "click_element", "text": "Features" }, - { "action": "wait", "condition": "navigate" }, { "action": "wait", "condition": "element", "text": "News" }, { "action": "scroll" }, { "action": "click_element", "text": "News" }, - { "action": "wait", "condition": "navigate" }, { "action": "wait", "condition": "element", "text": "News" }, { "action": "scroll" } ] @@ -229,18 +222,14 @@ { "action": "click_element", "text": "About" }, { "action": "wait", "condition": "element", "text": "The Audacity of Hope" }, { "action": "click_element", "text": "The Audacity of Hope" }, - { "action": "wait", "condition": "navigate" }, { "action": "wait", "condition": "element", "text": "Back to Barack Obama's Timeline" }, { "action": "click_element", "text": "Back to Barack Obama's Timeline" }, - { "action": "wait", "condition": "navigate" }, { "action": "wait", "condition": "element", "text": "About" }, { "action": "click_element", "text": "About" }, { "action": "wait", "condition": "element", "text": "Elected to U.S. Senate" }, { "action": "click_element", "text": "Elected to U.S. Senate" }, - { "action": "wait", "condition": "navigate" }, { "action": "wait", "condition": "element", "text": "Home" }, { "action": "click_element", "text": "Home" }, - { "action": "wait", "condition": "navigate" }, { "action": "wait", "condition": "element", "text": "Home" } ] }, |