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

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

Issue 23450024: Move to localhost-based URL for Pica benchmark (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "description": "Pica demo app for the Polymer UI toolkit", 2 "description": "Pica demo app for the Polymer UI toolkit",
3 "archive_data_file": "../data/pica.json", 3 "archive_data_file": "../data/pica.json",
4 "pages": [ 4 "pages": [
5 { "url": "http://www.polymer-project.org/polymer-all/projects/pica/index.htm l", 5 { "url": "http://localhost/polymer/projects/pica/",
6 "script_to_evaluate_on_commit": 6 "script_to_evaluate_on_commit":
7 "document.addEventListener('WebComponentsReady', function(){var unused = document.body.offsetHeight; window.__pica_load_time = performance.now(); setT imeout(function(){window.__web_components_ready=true}, 1000)})", 7 "document.addEventListener('WebComponentsReady', function(){var unused = document.body.offsetHeight; window.__pica_load_time = performance.now(); setT imeout(function(){window.__web_components_ready=true}, 1000)})",
8 "navigate_steps" : [ 8 "navigate_steps" : [
9 { "action": "navigate" }, 9 { "action": "navigate" },
10 { "action": "wait", "javascript": "window.__web_components_ready" } 10 { "action": "wait", "javascript": "window.__web_components_ready" }
11 ], 11 ],
12 "smoothness": { 12 "smoothness": {
13 "action": "tap_element", 13 "action": "tap_element",
14 "find_element_expression": "document.querySelector('pi-app').$.Topics.$. topics.$.container.querySelector('.item > .card')", 14 "find_element_expression": "document.querySelector('pi-app').$.Topics.$. topics.$.container.querySelector('.item > .card')",
15 "wait_for_event": "g-panels-select" 15 "wait_for_event": "g-panels-select"
16 } 16 }
17 } 17 }
18 ] 18 ]
19 } 19 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698