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

Unified Diff: ct/isolates/chromium_perf.isolate

Issue 1991043005: Add support for parallel runs (Closed) Base URL: https://skia.googlesource.com/buildbot@ct-8-chromium_analysis
Patch Set: Rebase Created 4 years, 7 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 | « ct/isolates/build_repo.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ct/isolates/chromium_perf.isolate
diff --git a/ct/isolates/chromium_analysis.isolate b/ct/isolates/chromium_perf.isolate
similarity index 53%
copy from ct/isolates/chromium_analysis.isolate
copy to ct/isolates/chromium_perf.isolate
index 7fc424a8801288a58a46f6de0548dbc2074f9443..0f881168b9495b870be3e1c40e96728a26ced478 100644
--- a/ct/isolates/chromium_analysis.isolate
+++ b/ct/isolates/chromium_perf.isolate
@@ -9,19 +9,24 @@
['OS=="linux"', {
'variables': {
'files': [
- '../../../../../bin/run_chromium_analysis',
+ '../../../../../bin/run_chromium_perf',
],
'command': [
- '../../../../../bin/run_chromium_analysis',
+ '../../../../../bin/run_chromium_perf',
'-logtostderr',
'--start_range=<(START_RANGE)',
'--num=<(NUM)',
'--pageset_type=<(PAGESET_TYPE)',
- '--chromium_build=<(CHROMIUM_BUILD)',
+ '--chromium_build_nopatch=<(CHROMIUM_BUILD_NOPATCH)',
+ '--chromium_build_withpatch=<(CHROMIUM_BUILD_WITHPATCH)',
'--run_id=<(RUN_ID)',
'--benchmark_name=<(BENCHMARK)',
'--benchmark_extra_args=<(BENCHMARK_ARGS)',
- '--browser_extra_args=<(BROWSER_EXTRA_ARGS)',
+ '--browser_extra_args_nopatch=<(BROWSER_EXTRA_ARGS_NOPATCH)',
+ '--browser_extra_args_withpatch=<(BROWSER_EXTRA_ARGS_WITHPATCH)',
+ '--repeat_benchmark=<(REPEAT_BENCHMARK)',
+ '--run_in_parallel=<(RUN_IN_PARALLEL)',
+ '--target_platform=<(TARGET_PLATFORM)',
],
},
}],
« no previous file with comments | « ct/isolates/build_repo.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698