| Index: tools/chrome_proxy/live_tests/chrome_proxy_benchmark.py
|
| diff --git a/tools/chrome_proxy/live_tests/chrome_proxy_benchmark.py b/tools/chrome_proxy/live_tests/chrome_proxy_benchmark.py
|
| index 7f4b7075ab8947734105dcad44f0678b0d817041..1f1814fd3c830d379f5c55439705bc9fac8b6e57 100644
|
| --- a/tools/chrome_proxy/live_tests/chrome_proxy_benchmark.py
|
| +++ b/tools/chrome_proxy/live_tests/chrome_proxy_benchmark.py
|
| @@ -10,7 +10,7 @@ from telemetry import benchmark
|
| class ChromeProxyLatency(benchmark.Benchmark):
|
| tag = 'latency'
|
| test = measurements.ChromeProxyLatency
|
| - page_set = pagesets.Top20PageSet
|
| + page_set = pagesets.Top20StorySet
|
|
|
| @classmethod
|
| def Name(cls):
|
| @@ -20,7 +20,7 @@ class ChromeProxyLatency(benchmark.Benchmark):
|
| class ChromeProxyLatencyDirect(benchmark.Benchmark):
|
| tag = 'latency_direct'
|
| test = measurements.ChromeProxyLatency
|
| - page_set = pagesets.Top20PageSet
|
| + page_set = pagesets.Top20StorySet
|
|
|
| @classmethod
|
| def Name(cls):
|
| @@ -30,7 +30,7 @@ class ChromeProxyLatencyDirect(benchmark.Benchmark):
|
| class ChromeProxyDataSaving(benchmark.Benchmark):
|
| tag = 'data_saving'
|
| test = measurements.ChromeProxyDataSaving
|
| - page_set = pagesets.Top20PageSet
|
| + page_set = pagesets.Top20StorySet
|
|
|
| @classmethod
|
| def Name(cls):
|
| @@ -40,7 +40,7 @@ class ChromeProxyDataSaving(benchmark.Benchmark):
|
| class ChromeProxyDataSavingDirect(benchmark.Benchmark):
|
| tag = 'data_saving_direct'
|
| test = measurements.ChromeProxyDataSaving
|
| - page_set = pagesets.Top20PageSet
|
| + page_set = pagesets.Top20StorySet
|
|
|
| @classmethod
|
| def Name(cls):
|
|
|