OLD | NEW |
(Empty) | |
| 1 # Sample config which should catch the regression http://crbug.com/419266. |
| 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': '297405', |
| 7 'bad_revision': '297411', |
| 8 'metric': 'frame_times/frame_times', |
| 9 'repeat_count': '5', |
| 10 'max_time_minutes': '5', |
| 11 'truncate_percent': '10', |
| 12 'bug_id': '419266', |
| 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 |