| Index: tools/run-perf-test.cfg
|
| diff --git a/tools/run-perf-test.cfg b/tools/run-perf-test.cfg
|
| index 2529fca92f3657cbd6adf52146995b8144c34d0b..70e3a2487f468327909ea58a7a00ee087bdbbdb3 100644
|
| --- a/tools/run-perf-test.cfg
|
| +++ b/tools/run-perf-test.cfg
|
| @@ -67,11 +67,10 @@ config = {
|
| """
|
|
|
| config = {
|
| - 'command': '',
|
| - 'metric': '',
|
| - 'repeat_count': '',
|
| - 'max_time_minutes': '',
|
| - 'truncate_percent': '',
|
| + 'command': './tools/perf/run_benchmark --browser=android-chromium --pageset-repeat=10 blink_style.top_25',
|
| + 'repeat_count': '1',
|
| + 'max_time_minutes': '120',
|
| + 'truncate_percent': '0',
|
| }
|
|
|
| # Workaround git try issue, see crbug.com/257689
|
|
|