Skip to content

Commit 3e7a03d

Browse files
committed
Decrease precision of printed time in perf. run estimation PR comment
1 parent da7a908 commit 3e7a03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/github.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ pub async fn enqueue_shas(
296296
let suffix = if other_artifact_count == 1 { "" } else { "s" };
297297
let queue_msg = format!(
298298
r#"There {verb} currently {other_artifact_count} other artifact{suffix} in the [queue](https://perf.rust-lang.org/status.html).
299-
It will probably take at least ~{:.2} hours until the benchmark run finishes."#,
299+
It will probably take at least ~{:.1} hours until the benchmark run finishes."#,
300300
(expected_duration / 3600.0)
301301
);
302302

0 commit comments

Comments
 (0)