Skip to content

Commit 292db4a

Browse files
committed
Auto merge of #148245 - matthiaskrgr:rollup-rudy14y, r=matthiaskrgr
Rollup of 4 pull requests Successful merges: - #148159 (Move rustdoc tests to appropriate subdirectories) - #148218 (Update T-compiler/ops Zulip messages) - #148228 (Run regression test for #147964 on next solver too) - #148237 (citool: Always print a signed percentage in job duration changes) r? `@ghost` `@rustbot` modify labels: rollup
2 parents c6d42d7 + e677944 commit 292db4a

22 files changed

+13
-11
lines changed

src/ci/citool/src/analysis.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ pub fn output_largest_duration_changes(
237237
println!("# Job duration changes");
238238
for (index, entry) in changes.into_iter().take(10).enumerate() {
239239
println!(
240-
"{}. {}: {:.1}s -> {:.1}s ({:.1}%)",
240+
"{}. {}: {:.1}s -> {:.1}s ({:+.1}%)",
241241
index + 1,
242242
format_job_link(job_info_resolver, job_metrics, entry.job),
243243
entry.before.as_secs_f64(),
File renamed without changes.

0 commit comments

Comments
 (0)