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

Unified Diff: tools/auto_bisect/bisect.cfg

Issue 484583002: Refactor SyncBuildAndRunRevision to remove deep nesting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/bisect-perf-regression.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/auto_bisect/bisect.cfg
diff --git a/tools/auto_bisect/bisect.cfg b/tools/auto_bisect/bisect.cfg
index 91fdd70319f0e1e649e95f3dbda1cefb9a4f239e..65b69d227fc70031aa93a1c0839ac1711e92fc74 100644
--- a/tools/auto_bisect/bisect.cfg
+++ b/tools/auto_bisect/bisect.cfg
@@ -59,13 +59,17 @@ config = {
"""
config = {
- 'command': '',
- 'good_revision': '',
- 'bad_revision': '',
- 'metric': '',
- 'repeat_count':'',
- 'max_time_minutes': '',
- 'truncate_percent':'',
+ 'max_time_minutes': '20',
+ 'metric': 'Total/Total',
+ 'builder_port': '8341',
+ 'bug_id': '405188',
+ 'repeat_count': '20',
+ 'good_revision': '288423',
+ 'builder_host': 'master4.golo.chromium.org',
+ 'truncate_percent': '25',
+ 'command': 'tools/perf/run_benchmark -v --browser=release sunspider',
+ 'gs_bucket': 'chrome-perf',
+ 'bad_revision': '288447',
}
# Workaround git try issue, see crbug.com/257689
« no previous file with comments | « no previous file | tools/bisect-perf-regression.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698