File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4545
4646if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try; then
4747 RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
48+ RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.metrics"
4849fi
4950
5051RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-sccache"
Original file line number Diff line number Diff line change 2323# CPU usage statistics.
2424cp cpu-usage.csv " ${upload_dir} /cpu-${CI_JOB_NAME} .csv"
2525
26+ # Build metrics generated by x.py.
27+ cp " ${dist_dir} /../metrics.json" " ${upload_dir} /metrics-${CI_JOB_NAME} .json"
28+
2629# Toolstate data.
2730if [[ -n " ${DEPLOY_TOOLSTATES_JSON+x} " ]]; then
2831 cp /tmp/toolstate/toolstates.json " ${upload_dir} /${DEPLOY_TOOLSTATES_JSON} "
You can’t perform that action at this time.
0 commit comments