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

Unified Diff: tools/auto_bisect/bisect.cfg

Issue 564663002: Move bisect-perf-regression.py into auto_bisect directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Upload a config for doing a test run. Created 6 years, 3 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
Index: tools/auto_bisect/bisect.cfg
diff --git a/tools/auto_bisect/bisect.cfg b/tools/auto_bisect/bisect.cfg
index 782b4b1d6fbd30f9b23f92105f08428144768a19..4024fcd50a93bec38b5ab034a77f177b435cc2ca 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': '',
+ 'command': 'tools/perf/run_benchmark -v --browser=release jetstream',
+ 'good_revision': '291857',
+ 'bad_revision': '291858',
+ 'metric': 'Score/Score',
+ 'repeat_count': '10',
+ 'max_time_minutes': '20',
+ 'truncate_percent': '25',
+ 'bug_id': '407639',
+ 'gs_bucket': 'chrome-perf',
+ 'builder_host': 'master4.golo.chromium.org',
+ 'builder_port': '8341',
qyearsley 2014/09/11 16:38:38 This shouldn't be submitted, it's only just for te
}
# Workaround git try issue, see crbug.com/257689

Powered by Google App Engine
This is Rietveld 408576698