| Index: tools/run-perf-test.cfg
|
| diff --git a/tools/run-perf-test.cfg b/tools/run-perf-test.cfg
|
| index 2529fca92f3657cbd6adf52146995b8144c34d0b..1caeae6b15a7b56af4372789c8943ed54ba23a4a 100644
|
| --- a/tools/run-perf-test.cfg
|
| +++ b/tools/run-perf-test.cfg
|
| @@ -67,11 +67,12 @@
|
| """
|
|
|
| config = {
|
| - 'command': '',
|
| - 'metric': '',
|
| - 'repeat_count': '',
|
| - 'max_time_minutes': '',
|
| - 'truncate_percent': '',
|
| + "bad_revision": "503954",
|
| + "command": "src/tools/perf/run_benchmark -v --browser=release_x64 --output-format=chartjson --upload-results --pageset-repeat=1 --also-run-disabled-tests --extra-chrome-categories=toplevel,disabled-by-default-toplevel.flow,*,disabled-by-default-cc.debug,disabled-by-default-cc.debug.scheduler smoothness.top_25_smooth",
|
| + "good_revision": "503949",
|
| + "max_time_minutes": "60",
|
| + "repeat_count": "1",
|
| + "try_job_id": 6699202351988736
|
| }
|
|
|
| # Workaround git try issue, see crbug.com/257689
|
|
|