- add sources.
[platform/framework/web/crosswalk.git] / src / net / tools / quic / benchmark / test_urls.json
1 {
2   "description": "List of pages (URLs) for measuring quic performance using standalone quic client and server. These URLs are for testing only and are provided without guarantee.",
3   "pages": [
4     {
5       "url": "http://dev1.mdw.la/test/warmup.html",
6       "why": "A warmup page."
7     },
8     {
9       "url": "http://dev1.mdw.la/test/test_1KB.jpg",
10       "why": "A tiny page, about 1K Bytes."
11     },
12     {
13       "url": "http://dev1.mdw.la/test/test_10KB.jpg",
14       "why": "A small page, about 10K Bytes."
15     },
16     {
17       "url": "http://dev1.mdw.la/test/test_100KB.jpg",
18       "why": "A medium page, about 100K Bytes."
19     },
20     {
21       "url": "http://dev1.mdw.la/test/test_1MB.jpg",
22       "why": "A large page, about 1M Bytes."
23     },
24     {
25       "url": "http://dev1.mdw.la/test/ten_img.html",
26       "why": "A large page, with 1 html and 10 images totaling about 1M Bytes.",
27       "resources": [
28         "imgs/test_100KB_0.jpg",
29         "imgs/test_100KB_1.jpg",
30         "imgs/test_100KB_2.jpg",
31         "imgs/test_100KB_3.jpg",
32         "imgs/test_100KB_4.jpg",
33         "imgs/test_100KB_5.jpg",
34         "imgs/test_100KB_6.jpg",
35         "imgs/test_100KB_7.jpg",
36         "imgs/test_100KB_8.jpg",
37         "imgs/test_100KB_9.jpg"
38       ]
39     }
40   ]
41 }