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..cdfa341037d42763970c8ca08c4827b7cb920fb5 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 ChromeProxyVersionTest(benchmark.Benchmark): |
bolian
2014/09/04 02:09:02
The name "Test" is implicit. Can you rename this a
bolian
2014/09/04 02:09:02
FYI: In a separate CL, if you want have this test
bengr
2014/09/04 18:42:23
Done.
bengr
2014/09/04 18:42:23
Acknowledged.
|
+ tag = 'version_test' |
+ test = measurements.ChromeProxyVersionTest |
+ page_set = pagesets.SyntheticPageSet |
@benchmark.Enabled('android') |
class ChromeProxyBypass(benchmark.Benchmark): |