DescriptionBackend for new run_chromium_analysis CT task.
Tested with:
$ go run go/worker_scripts/run_chromium_analysis/main.go --logtostderr --start_range=1 --num=3 --pageset_type=Dummy1k --chromium_build=try-1e224f6-f1036b2-rmistry-20160206122201-withpatch --run_id=testing --benchmark_name=rasterize_and_record_micro_ct --benchmark_extra_args="--output-format=csv-pivot-table" --browser_extra_args="--disable-setuid-sandbox --enable-threaded-compositing --enable-impl-side-painting" --local
$ go run go/master_scripts/run_chromium_analysis_on_workers/main.go --logtostderr --emails="rmistry@google.com" --pageset_type="Dummy1k" --run_id="testing" --benchmark_name="rasterize_and_record_micro_ct" --benchmark_extra_args="--output-format=csv-pivot-table" --browser_extra_args="--disable-setuid-sandbox --enable-threaded-compositing --enable-impl-side-painting"
Results are available here: https://storage.cloud.google.com/cluster-telemetry/tasks/benchmark_runs/testing/consolidated_outputs/testing.output
BUG=skia:5316
Committed: https://skia.googlesource.com/buildbot/+/c5c7a6e7a57fb98634eedbd38909ca4a470a77e8
Patch Set 1 : Initial upload #Patch Set 2 : Put mergeUploadCSVFiles in util.go #Patch Set 3 : Complete util.MergeUploadCSVFiles #Patch Set 4 : Put mergeUploadCSVFiles, runBenchmark, getRowsFromCSV, writeRowsToCSV in util.go #Patch Set 5 : Complete RunBenchmark #Patch Set 6 : Complete MergeUploadCSVFilesOnWorkers, getRowsFromCSV, writeRowsToCSV #Patch Set 7 : Fix go vet #Patch Set 8 : Remove testing code #
Total comments: 20
Patch Set 9 : Address comments #Patch Set 10 : Local ChromiumAnalysisRunsDir is not used #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 23 (12 generated)
|