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

Unified Diff: tools/perf/page_sets/chrome_proxy/smoke.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/smoke.json
diff --git a/tools/perf/page_sets/chrome_proxy/smoke.json b/tools/perf/page_sets/chrome_proxy/smoke.json
new file mode 100644
index 0000000000000000000000000000000000000000..78ecb89b7ef6c44313f481ef86d217e0ac99821a
--- /dev/null
+++ b/tools/perf/page_sets/chrome_proxy/smoke.json
@@ -0,0 +1,39 @@
+{
+ "description": "Chrome proxy test sites",
+ "pages": [
+ {
+ "name": "header validation",
+ "url": "http://aws1.mdw.la/fw/",
+ "why": "Check chrome proxy response headers."
+ },
+ {
+ "name": "compression: image",
+ "url": "http://aws1.mdw.la/static/",
+ "why": "Check data compression"
+ },
+ {
+ "name": "bypass",
+ "url": "http://aws1.mdw.la/bypass/",
+ "why": "Check bypass",
+ "restart_after": true
+ },
+ {
+ "name": "compression: javascript",
+ "url": "http://aws1.mdw.la/static/",
+ "why": "Check data compression"
+ },
+ {
+ "name": "compression: css",
+ "url": "http://aws1.mdw.la/static/",
+ "why": "Check data compression"
+ },
+ {
+ "name": "safebrowsing",
+ "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