| 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 80e034e2a8df1ae7a43bc12b5019011ad69ecf28..4ef8303f39fea12eff2d4b1667f2ff3e6cb5cdf2 100644
 | 
| --- a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
 | 
| +++ b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
 | 
| @@ -12,7 +12,6 @@ class ChromeProxyLatency(benchmark.Benchmark):
 | 
|    tag = 'latency'
 | 
|    test = measurements.ChromeProxyLatency
 | 
|    page_set = pagesets.Top20PageSet
 | 
| -  options = {'pageset_repeat_iters': 2}
 | 
|  
 | 
|    def CustomizeBrowserOptions(self, options):
 | 
|      options.AppendExtraBrowserArgs('--enable-spdy-proxy-auth')
 | 
| @@ -23,7 +22,6 @@ class ChromeProxyLatencyDirect(benchmark.Benchmark):
 | 
|    tag = 'latency_direct'
 | 
|    test = measurements.ChromeProxyLatency
 | 
|    page_set = pagesets.Top20PageSet
 | 
| -  options = {'pageset_repeat_iters': 2}
 | 
|  
 | 
|  
 | 
|  @benchmark.Enabled('android')
 | 
| @@ -41,7 +39,6 @@ class ChromeProxyDataSaving(benchmark.Benchmark):
 | 
|    tag = 'data_saving'
 | 
|    test = measurements.ChromeProxyDataSaving
 | 
|    page_set = pagesets.Top20PageSet
 | 
| -  options = {'pageset_repeat_iters': 1}
 | 
|    def CustomizeBrowserOptions(self, options):
 | 
|      options.AppendExtraBrowserArgs('--enable-spdy-proxy-auth')
 | 
|  
 | 
| @@ -51,7 +48,6 @@ class ChromeProxyDataSavingDirect(benchmark.Benchmark):
 | 
|    tag = 'data_saving_direct'
 | 
|    test = measurements.ChromeProxyDataSaving
 | 
|    page_set = pagesets.Top20PageSet
 | 
| -  options = {'pageset_repeat_iters': 2}
 | 
|  
 | 
|  
 | 
|  @benchmark.Enabled('android')
 | 
| 
 |