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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/benchmark/test_urls.json
diff --git a/net/tools/quic/benchmark/test_urls.json b/net/tools/quic/benchmark/test_urls.json
deleted file mode 100644
index 79c20cfe3d1cea462928efdcccfb586573b3f4de..0000000000000000000000000000000000000000
--- a/net/tools/quic/benchmark/test_urls.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "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"
- ]
- }
- ]
-}
« 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