| Index: tools/run-perf-test.cfg
|
| diff --git a/tools/run-perf-test.cfg b/tools/run-perf-test.cfg
|
| index 2529fca92f3657cbd6adf52146995b8144c34d0b..0dac4dd0fb3b508c8f5524f49fe32f7d9c740ae1 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": "371812",
|
| + "command": "tools/perf/run_benchmark -v --browser=android-chromium --output-format=buildbot --also-run-disabled-tests memory.long_running_idle_gmail --profiler=trace",
|
| + "good_revision": "371801",
|
| + "max_time_minutes": "60",
|
| + "repeat_count": "1",
|
| + "try_job_id": 5781531258781696
|
| }
|
|
|
| # Workaround git try issue, see crbug.com/257689
|
|
|