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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "description": "Chrome proxy test sites",
3 "pages": [
4 {
5 "name": "header validation",
6 "url": "http://aws1.mdw.la/fw/",
7 "why": "Check chrome proxy response headers."
8 },
9 {
10 "name": "compression: image",
11 "url": "http://aws1.mdw.la/static/",
12 "why": "Check data compression"
13 },
14 {
15 "name": "bypass",
16 "url": "http://aws1.mdw.la/bypass/",
17 "why": "Check bypass",
18 "restart_after": true
19 },
20 {
21 "name": "compression: javascript",
22 "url": "http://aws1.mdw.la/static/",
23 "why": "Check data compression"
24 },
25 {
26 "name": "compression: css",
27 "url": "http://aws1.mdw.la/static/",
28 "why": "Check data compression"
29 },
30 {
31 "name": "safebrowsing",
32 "url": "http://www.ianfette.org/",
33 "why": "Expect 'malware ahead' page. Use a short navigation timeout becaus e no response will be received.",
34 "navigate_steps" : [
35 { "action": "navigate", "timeout_seconds": 5 }
36 ]
37 }
38 ]
39 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698