| OLD | NEW |
| (Empty) | |
| 1 # This config was used for the following try job: |
| 2 # http://build.chromium.org/p/tryserver.chromium.perf/builders/linux_perf_bisect
/builds/635 |
| 3 |
| 4 config = { |
| 5 'command': 'tools/perf/run_benchmark -v --browser=release smoothness.tough_can
vas_cases', |
| 6 'good_revision': '299110', |
| 7 'bad_revision': '299120', |
| 8 'metric': 'frame_times/frame_times', |
| 9 'repeat_count': '10', |
| 10 'max_time_minutes': '20', |
| 11 'truncate_percent': '25', |
| 12 'bug_id': '422844', |
| 13 'gs_bucket': 'chrome-perf', |
| 14 'builder_host': 'master4.golo.chromium.org', |
| 15 'builder_port': '8341', |
| 16 } |
| 17 |
| 18 # Workaround git try issue, see crbug.com/257689 |
| OLD | NEW |