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 cd1a2965d902fbedaf6049df979e83f1df5602d6..80e034e2a8df1ae7a43bc12b5019011ad69ecf28 100644 |
--- a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py |
+++ b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py |
@@ -117,6 +117,13 @@ class ChromeProxyHTTPFallbackViaHeader(benchmark.Benchmark): |
@benchmark.Enabled('android') |
+class ChromeProxyHTTPToDirectFallback(benchmark.Benchmark): |
+ tag = 'http-to-direct-fallback' |
+ test = measurements.ChromeProxyHTTPToDirectFallback |
+ page_set = pagesets.HTTPToDirectFallbackPageSet |
+ |
+ |
+@benchmark.Enabled('android') |
class ChromeProxySmoke(benchmark.Benchmark): |
tag = 'smoke' |
test = measurements.ChromeProxySmoke |