Skip to content

Commit a16b661

Browse files
committed
Also print metrics to stderr
So that it appears in CI logs.
1 parent 2d73c48 commit a16b661

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/citool/src/metrics.rs

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ fn record_bootstrap_step_durations(metrics: &JsonRoot, file: &mut File) -> anyho
3030
for invocation in &metrics.invocations {
3131
let step = BuildStep::from_invocation(invocation);
3232
let table = format_build_steps(&step);
33+
eprintln!("Step `{}`\n{table}\n", invocation.cmdline);
3334
writeln!(
3435
file,
3536
r"<details>

0 commit comments

Comments
 (0)