| 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 457e0b38968c271179a07fb1380ff39a1eec0ab8..2ba302b936ac10adf5b9bb6dedde37464ede50a7 100644
|
| --- a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
|
| +++ b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
|
| @@ -58,6 +58,16 @@ class ChromeProxyExpDirective(ChromeProxyBenchmark):
|
| return 'chrome_proxy_benchmark.exp_directive.exp_directive'
|
|
|
|
|
| +class ChromeProxyPassThrough(ChromeProxyBenchmark):
|
| + tag = 'pass_through'
|
| + test = measurements.ChromeProxyPassThrough
|
| + page_set = pagesets.PassThroughPageSet
|
| +
|
| + @classmethod
|
| + def Name(cls):
|
| + return 'chrome_proxy_benchmark.pass_through.pass_through'
|
| +
|
| +
|
| class ChromeProxyBypass(ChromeProxyBenchmark):
|
| tag = 'bypass'
|
| test = measurements.ChromeProxyBypass
|
|
|