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

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

Issue 1151753003: Integration test for Chrome-Proxy: pass-through directive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@loFiSnackbar
Patch Set: Created 5 years, 7 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
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 e1fcb0a10c15af08dc15ed78b8fad1db6bdc42cf..5e43f876f6cd49e35cfb45a03713b2915e750dcb 100644
--- a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
+++ b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
@@ -54,6 +54,16 @@ class ChromeProxyExpDirective(ChromeProxyBenchmark):
return 'chrome_proxy_benchmark.exp_directive.exp_directive'
+class ChromeProxyPassThrough(ChromeProxyBenchmark):
+ tag = 'pass_through'
+ test = measurements.ChromeProxyPassThrough
+ page_set = pagesets.PassThroughPageSet
+
+ @classmethod
+ def Name(cls):
+ return 'chrome_proxy_benchmark.pass_through.pass_through'
+
+
class ChromeProxyBypass(ChromeProxyBenchmark):
tag = 'bypass'
test = measurements.ChromeProxyBypass

Powered by Google App Engine
This is Rietveld 408576698