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

Unified Diff: tools/run-bisect-perf-regression.cfg

Issue 136203004: Perf bisect for bug 335671 on behalf of rschoen@google.com Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-bisect-perf-regression.cfg
diff --git a/tools/run-bisect-perf-regression.cfg b/tools/run-bisect-perf-regression.cfg
index 085a0fc58b70f0ec62680b8c2dc2a000d8000a38..17eeb5977e58d6644e08bbfad81351f63325c2d0 100644
--- a/tools/run-bisect-perf-regression.cfg
+++ b/tools/run-bisect-perf-regression.cfg
@@ -76,13 +76,14 @@
"""
config = {
- 'command': '',
- 'good_revision': '',
- 'bad_revision': '',
- 'metric': '',
- 'repeat_count':'',
- 'max_time_minutes': '',
- 'truncate_percent':'',
+ 'command': 'tools/perf/run_benchmark -v --browser=release --profile-dir=out/Release/generated_profiles/small_profile startup.warm.blank_page',
+ 'good_revision': '245235',
+ 'bad_revision': '245246',
+ 'metric': 'foreground_tab_load_complete/foreground_tab_load_complete',
+ 'repeat_count': '20',
+ 'max_time_minutes': '20',
+ 'truncate_percent': '25',
+ 'bug_id': '335671',
}
# Workaround git try issue, see crbug.com/257689
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698