| Index: tools/perf/benchmarks/page_cycler.py
|
| diff --git a/tools/perf/benchmarks/page_cycler.py b/tools/perf/benchmarks/page_cycler.py
|
| index f7cc955a59a7cc7fd2b524542bb71a2d799fbfe6..5d2eb47cee0fe36cb69d6b2fe9dc234c3e9ae4aa 100644
|
| --- a/tools/perf/benchmarks/page_cycler.py
|
| +++ b/tools/perf/benchmarks/page_cycler.py
|
| @@ -154,7 +154,7 @@ class PageCyclerTypical25(_PageCycler):
|
| Designed to represent typical, not highly optimized or highly popular web
|
| sites. Runs against pages recorded in June, 2014.
|
| """
|
| - options = {'pageset_repeat': 3}
|
| + options = {'pageset_repeat': 1}
|
|
|
| @classmethod
|
| def ShouldDisable(cls, possible_browser): # http://crbug.com/597656
|
|
|