Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Side by Side Diff: tools/auto_bisect/configs/linux.bisect.smoothness.cfg

Issue 652543005: Add bisect-config-trying script and a few example configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to Annie's comments and modify sample configs. Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698