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

Side by Side Diff: net/tools/quic/benchmark/test_urls.json

Issue 992733002: Remove //net (except for Android test stuff) and sdch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « net/tools/quic/benchmark/run_client.py ('k') | net/tools/quic/end_to_end_test.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "description": "List of pages (URLs) for measuring quic performance using stan dalone 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 }
OLDNEW
« no previous file with comments | « net/tools/quic/benchmark/run_client.py ('k') | net/tools/quic/end_to_end_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698