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

Unified Diff: tools/perf/page_sets/chrome_proxy/safebrowsing.json

Issue 191383003: First cut of chrome-proxy (data reduction proxy) measurements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 9 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/chrome_proxy/safebrowsing.json
diff --git a/tools/perf/page_sets/chrome_proxy/safebrowsing.json b/tools/perf/page_sets/chrome_proxy/safebrowsing.json
new file mode 100644
index 0000000000000000000000000000000000000000..7615184e8424631548468a406181171bf090bea6
--- /dev/null
+++ b/tools/perf/page_sets/chrome_proxy/safebrowsing.json
@@ -0,0 +1,12 @@
+{
+ "description": "Chrome proxy test sites",
+ "pages": [
+ {
+ "url": "http://www.ianfette.org/",
+ "why": "Expect 'malware ahead' page. Use a short navigation timeout because no response will be received.",
+ "navigate_steps" : [
+ { "action": "navigate", "timeout_seconds": 5 }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698