Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py

Issue 2296043003: Rename Lo-Fi previews to lite pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@newLoFiInfoBarAddTests
Patch Set: tbansal comments Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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):
« no previous file with comments | « tools/chrome_proxy/common/chrome_proxy_metrics.py ('k') | tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698