| Index: Tools/run-perf-test.cfg
|
| diff --git a/Tools/run-perf-test.cfg b/Tools/run-perf-test.cfg
|
| index a778b65075b4c05f7a16f58b1a43205c57946edf..e8c498362424e2baa78cbd04dfd02e796f20f0ec 100644
|
| --- a/Tools/run-perf-test.cfg
|
| +++ b/Tools/run-perf-test.cfg
|
| @@ -68,11 +68,11 @@ config = {
|
| """
|
|
|
| config = {
|
| - 'command': '',
|
| - 'metric': '',
|
| - 'repeat_count': '',
|
| - 'max_time_minutes': '',
|
| - 'truncate_percent': '',
|
| + 'command': 'tools/perf/run_measurement run blink_perf.all --page-filter=line-layout',
|
| + 'metric': 'times/t',
|
| + 'repeat_count': '20',
|
| + 'max_time_minutes': '20',
|
| + 'truncate_percent': '25',
|
| }
|
|
|
| # Workaround git try issue, see crbug.com/257689
|
|
|