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

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

Issue 47953004: telemetry: replace Google drive by image search in top_25 page set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/page_sets/data/top_25_002.wpr.sha1 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/top_25.json
diff --git a/tools/perf/page_sets/top_25.json b/tools/perf/page_sets/top_25.json
index d8bb35a4014192229e81826031c5e43e201fac18..3757512a0868bb966219fabd5c104af274e2c3e4 100644
--- a/tools/perf/page_sets/top_25.json
+++ b/tools/perf/page_sets/top_25.json
@@ -104,17 +104,9 @@
]
},
{
- "url": "https://drive.google.com",
- "why": "productivity, top google properties",
- "credentials": "google",
- "navigate_steps" : [
- { "action": "navigate" },
- { "action": "wait", "javascript": "document.getElementsByClassName('doclistview-list').length" }
- ],
- "smoothness": {
- "action": "scroll",
- "scrollable_element_function": "function(callback) { callback(document.getElementsByClassName('doclistview-list')[0]); }"
- }
+ "url": "https://www.google.com/search?q=cats&tbm=isch",
+ "why": "tough image case; top google properties",
+ "credentials": "google"
},
{
"name": "Docs (1 open document tab)",
« no previous file with comments | « tools/perf/page_sets/data/top_25_002.wpr.sha1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698