| 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 }
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|