{
  "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.",
  "pages": [
    {
      "url": "http://dev1.mdw.la/test/warmup.html",
      "why": "A warmup page."
    },
    {
      "url": "http://dev1.mdw.la/test/test_1KB.jpg",
      "why": "A tiny page, about 1K Bytes."
    },
    {
      "url": "http://dev1.mdw.la/test/test_10KB.jpg",
      "why": "A small page, about 10K Bytes."
    },
    {
      "url": "http://dev1.mdw.la/test/test_100KB.jpg",
      "why": "A medium page, about 100K Bytes."
    },
    {
      "url": "http://dev1.mdw.la/test/test_1MB.jpg",
      "why": "A large page, about 1M Bytes."
    },
    {
      "url": "http://dev1.mdw.la/test/ten_img.html",
      "why": "A large page, with 1 html and 10 images totaling about 1M Bytes.",
      "resources": [
        "imgs/test_100KB_0.jpg",
        "imgs/test_100KB_1.jpg",
        "imgs/test_100KB_2.jpg",
        "imgs/test_100KB_3.jpg",
        "imgs/test_100KB_4.jpg",
        "imgs/test_100KB_5.jpg",
        "imgs/test_100KB_6.jpg",
        "imgs/test_100KB_7.jpg",
        "imgs/test_100KB_8.jpg",
        "imgs/test_100KB_9.jpg"
      ]
    }
  ]
}