| 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 d9032b4b9dddfd340a628722c27e029fd2453a88..c1e03c958ed71e35f1cb57114730da0ba890018b 100644
|
| --- a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
|
| +++ b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
|
| @@ -83,14 +83,14 @@ class ChromeProxyCacheProxyDisabled(ChromeProxyBenchmark):
|
|
|
|
|
| @benchmark.Disabled(*WEBVIEW_PLATFORMS)
|
| -class ChromeProxyPreviewLoFi(ChromeProxyBenchmark):
|
| - tag = 'lo_fi_preview'
|
| - test = measurements.ChromeProxyLoFiPreview
|
| - page_set = pagesets.LoFiPreviewStorySet
|
| +class ChromeProxyLitePage(ChromeProxyBenchmark):
|
| + tag = 'lite_page'
|
| + test = measurements.ChromeProxyLitePage
|
| + page_set = pagesets.LitePageStorySet
|
|
|
| @classmethod
|
| def Name(cls):
|
| - return 'chrome_proxy_benchmark.lo_fi_preview.lo_fi_preview'
|
| + return 'chrome_proxy_benchmark.lite_page.lite_page'
|
|
|
|
|
| class ChromeProxyExpDirective(ChromeProxyBenchmark):
|
|
|