Chromium Code Reviews| Index: tools/run-perf-test.cfg |
| diff --git a/tools/run-perf-test.cfg b/tools/run-perf-test.cfg |
| index 2529fca92f3657cbd6adf52146995b8144c34d0b..9a9c636c0b35fad06fc3440cda9fa6a73271f098 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=release page_cycler_v2.typical_25 --verbose', |
|
Timothy Loh
2016/09/26 05:18:01
Not sure you meant to change this file -- that sai
Charlie Harrison
2016/09/26 22:14:45
Removed this edit from the CL (though might re-add
|
| + 'repeat_count': '10', |
| + 'max_time_minutes': '120', |
| + 'truncate_percent': '0', |
| } |
| # Workaround git try issue, see crbug.com/257689 |