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

Unified Diff: tools/run-perf-test.cfg

Issue 3018683002: Perf Try Job on behalf of eseckler@chromium.org Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 3 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
« 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-perf-test.cfg
diff --git a/tools/run-perf-test.cfg b/tools/run-perf-test.cfg
index 2529fca92f3657cbd6adf52146995b8144c34d0b..b881a1163040b4cd3406d4b474ffca27cc2fe698 100644
--- a/tools/run-perf-test.cfg
+++ b/tools/run-perf-test.cfg
@@ -67,11 +67,12 @@
"""
config = {
- 'command': '',
- 'metric': '',
- 'repeat_count': '',
- 'max_time_minutes': '',
- 'truncate_percent': '',
+ "bad_revision": "503953",
+ "command": "src/tools/perf/run_benchmark -v --browser=android-chromium --output-format=chartjson --upload-results --pageset-repeat=1 --also-run-disabled-tests --extra-chrome-categories=toplevel,disabled-by-default-toplevel.flow,*,disabled-by-default-cc.debug,disabled-by-default-cc.debug.scheduler media.android.tough_video_cases_tbmv2",
+ "good_revision": "503949",
+ "max_time_minutes": "60",
+ "repeat_count": "1",
+ "try_job_id": 5213185744830464
}
# 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