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 45
45
46
46
if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try; then
47
47
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
48
+ RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.metrics"
48
49
fi
49
50
50
51
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-sccache"
Original file line number Diff line number Diff line change 23
23
# CPU usage statistics.
24
24
cp cpu-usage.csv " ${upload_dir} /cpu-${CI_JOB_NAME} .csv"
25
25
26
+ # Build metrics generated by x.py.
27
+ cp " ${dist_dir} /../metrics.json" " ${upload_dir} /metrics-${CI_JOB_NAME} .json"
28
+
26
29
# Toolstate data.
27
30
if [[ -n " ${DEPLOY_TOOLSTATES_JSON+x} " ]]; then
28
31
cp /tmp/toolstate/toolstates.json " ${upload_dir} /${DEPLOY_TOOLSTATES_JSON} "
You can’t perform that action at this time.
0 commit comments