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

Unified Diff: tools/perf/page_sets/key_silk_cases.json

Issue 130433003: Extend silk benchmark of navigation drawer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | tools/perf/page_sets/key_silk_cases/inbox_app.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/key_silk_cases.json
diff --git a/tools/perf/page_sets/key_silk_cases.json b/tools/perf/page_sets/key_silk_cases.json
index 74c29ded073c90bb5fd038ba6b2dc62f8bfdced2..498f12a1e7efd6c04ca3ab9f28ff00d86edcdfcb 100644
--- a/tools/perf/page_sets/key_silk_cases.json
+++ b/tools/perf/page_sets/key_silk_cases.json
@@ -136,7 +136,25 @@
"smoothness": { "action": "wait", "seconds": 5 }
},
{
- "url": "file://key_silk_cases/inbox_app.html",
+ "url": "file://key_silk_cases/inbox_app.html?toggle_drawer",
+ "navigate_steps" : [
+ { "action": "navigate" },
+ { "action": "wait", "seconds": 2 }
+ ],
+ "smoothness": {
+ "action": "toggle_drawer",
+ "repeat": 6
+ },
+ "toggle_drawer": [
+ {
+ "action": "click_element",
+ "selector": "#menu-button"
+ },
+ { "action": "wait", "seconds": 1 }
+ ]
+ },
+ {
+ "url": "file://key_silk_cases/inbox_app.html?slide_drawer",
"navigate_steps" : [
{ "action": "navigate" },
{ "action": "wait", "seconds": 2 }
« no previous file with comments | « no previous file | tools/perf/page_sets/key_silk_cases/inbox_app.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698