| 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..4657f0f1fb4ff268582ec1bb7e3cd290fdcde190 100644
|
| --- a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
|
| +++ b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
|
| @@ -77,6 +77,12 @@ class ChromeProxyBypass(benchmark.Benchmark):
|
| test = measurements.ChromeProxyBypass
|
| page_set = pagesets.BypassPageSet
|
|
|
| +@benchmark.Enabled('android')
|
| +class ChromeProxyBlockOnce(benchmark.Benchmark):
|
| + tag = 'block_once'
|
| + test = measurements.ChromeProxyBlockOnce
|
| + page_set = pagesets.BlockOncePageSet
|
| +
|
|
|
| @benchmark.Enabled('android')
|
| class ChromeProxySafeBrowsing(benchmark.Benchmark):
|
|
|