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 112d99cacd1dee54edb21ff0116b7ddb61000524..7364419eee4f379ca419034b3e03792586b008ba 100644 |
--- a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py |
+++ b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py |
@@ -70,6 +70,11 @@ class ChromeProxyHeaderValidation(benchmark.Benchmark): |
test = measurements.ChromeProxyHeaders |
page_set = pagesets.Top20PageSet |
+@benchmark.Enabled('android') |
+class ChromeProxyClientVersion(benchmark.Benchmark): |
+ tag = 'client_version' |
+ test = measurements.ChromeProxyClientVersion |
+ page_set = pagesets.SyntheticPageSet |
@benchmark.Enabled('android') |
class ChromeProxyBypass(benchmark.Benchmark): |