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

Side by Side Diff: tools/auto_bisect/configs/mac.bisect.page_cycler.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: Created 6 years, 2 months 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 # http://build.chromium.org/p/tryserver.chromium.perf/builders/mac_perf_bisect/b uilds/728
2
3 config = {
4 'command': 'tools/perf/run_benchmark -v --browser=release page_cycler.netsim.t op_10',
5 'good_revision': '299547',
6 'bad_revision': '299559',
7 'metric': 'cold_times/page_load_time',
8 'repeat_count': '10',
9 'max_time_minutes': '20',
10 'truncate_percent': '25',
11 'bug_id': '423794',
12 'gs_bucket': 'chrome-perf',
13 'builder_host': 'master4.golo.chromium.org',
14 'builder_port': '8341',
15 }
16
17 # Workaround git try issue, see crbug.com/257689
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698