| 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 86935dceedeabcb8010f80ae7bc21d1a5b4b3e4c..03ca98f144ba8a6d98ed607dc82d34efb676a209 100644
|
| --- a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
|
| +++ b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
|
| @@ -112,30 +112,30 @@ class ChromeProxySafeBrowsing(benchmark.Benchmark):
|
|
|
| @benchmark.Enabled('android')
|
| class ChromeProxyHTTPFallbackProbeURL(benchmark.Benchmark):
|
| - tag = 'fallback-probe'
|
| + tag = 'fallback_probe'
|
| test = measurements.ChromeProxyHTTPFallbackProbeURL
|
| page_set = pagesets.SyntheticPageSet
|
|
|
|
|
| @benchmark.Enabled('android')
|
| class ChromeProxyHTTPFallbackViaHeader(benchmark.Benchmark):
|
| - tag = 'fallback-viaheader'
|
| + tag = 'fallback_viaheader'
|
| test = measurements.ChromeProxyHTTPFallbackViaHeader
|
| page_set = pagesets.FallbackViaHeaderPageSet
|
|
|
|
|
| @benchmark.Enabled('android')
|
| class ChromeProxyHTTPToDirectFallback(benchmark.Benchmark):
|
| - tag = 'http-to-direct-fallback'
|
| + tag = 'http_to_direct_fallback'
|
| test = measurements.ChromeProxyHTTPToDirectFallback
|
| page_set = pagesets.HTTPToDirectFallbackPageSet
|
|
|
|
|
| @benchmark.Enabled('android')
|
| -class ChromeProxyExplicitBypass(benchmark.Benchmark):
|
| - tag = 'explicit-bypass'
|
| - test = measurements.ChromeProxyExplicitBypass
|
| - page_set = pagesets.ExplicitBypassPageSet
|
| +class ChromeProxyReenableAfterBypass(benchmark.Benchmark):
|
| + tag = 'reenable_after_bypass'
|
| + test = measurements.ChromeProxyReenableAfterBypass
|
| + page_set = pagesets.ReenableAfterBypassPageSet
|
|
|
|
|
| @benchmark.Enabled('android')
|
|
|