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

Unified Diff: tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py

Issue 942863004: Integration test for “lo-fi” mode in Chrome-Proxy request header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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 | « no previous file | tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
diff --git a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
index 318c9def3aa7e93f83e95fe84d6baf0dca5616f4..c54af10f6e854059d30cd4ae2abfaedaa1c8a351 100644
--- a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
+++ b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
@@ -16,9 +16,6 @@ class ChromeProxyLatency(benchmark.Benchmark):
def Name(cls):
return 'chrome_proxy_benchmark.latency.top_20'
- def CustomizeBrowserOptions(self, options):
- options.AppendExtraBrowserArgs('--enable-spdy-proxy-auth')
-
class ChromeProxyLatencyDirect(benchmark.Benchmark):
tag = 'latency_direct'
@@ -55,9 +52,6 @@ class ChromeProxyDataSaving(benchmark.Benchmark):
def Name(cls):
return 'chrome_proxy_benchmark.data_saving.top_20'
- def CustomizeBrowserOptions(self, options):
- options.AppendExtraBrowserArgs('--enable-spdy-proxy-auth')
-
class ChromeProxyDataSavingDirect(benchmark.Benchmark):
tag = 'data_saving_direct'
@@ -115,6 +109,16 @@ class ChromeProxyClientType(benchmark.Benchmark):
return 'chrome_proxy_benchmark.client_type.client_type'
+class ChromeProxyLoFi(benchmark.Benchmark):
+ tag = 'lo_fi'
+ test = measurements.ChromeProxyLoFi
+ page_set = pagesets.LoFiPageSet
+
+ @classmethod
+ def Name(cls):
+ return 'chrome_proxy_benchmark.lo_fi.lo_fi'
+
+
class ChromeProxyBypass(benchmark.Benchmark):
tag = 'bypass'
test = measurements.ChromeProxyBypass
« no previous file with comments | « no previous file | tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698