| Index: tools/auto_bisect/configs/linux.bisect.smoothness.cfg
|
| diff --git a/tools/auto_bisect/configs/linux.bisect.smoothness.cfg b/tools/auto_bisect/configs/linux.bisect.smoothness.cfg
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..74cee06a0ec00337f15d2034e68939db7f2c1042
|
| --- /dev/null
|
| +++ b/tools/auto_bisect/configs/linux.bisect.smoothness.cfg
|
| @@ -0,0 +1,18 @@
|
| +# Sample config which should catch the regression http://crbug.com/419266.
|
| +# http://build.chromium.org/p/tryserver.chromium.perf/builders/linux_perf_bisect/builds/635
|
| +
|
| +config = {
|
| + 'command': 'tools/perf/run_benchmark -v --browser=release smoothness.tough_canvas_cases',
|
| + 'good_revision': '297405',
|
| + 'bad_revision': '297411',
|
| + 'metric': 'frame_times/frame_times',
|
| + 'repeat_count': '5',
|
| + 'max_time_minutes': '5',
|
| + 'truncate_percent': '10',
|
| + 'bug_id': '419266',
|
| + 'gs_bucket': 'chrome-perf',
|
| + 'builder_host': 'master4.golo.chromium.org',
|
| + 'builder_port': '8341',
|
| +}
|
| +
|
| +# Workaround git try issue, see crbug.com/257689
|
|
|