We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7a908 commit 3e7a03dCopy full SHA for 3e7a03d
site/src/github.rs
@@ -296,7 +296,7 @@ pub async fn enqueue_shas(
296
let suffix = if other_artifact_count == 1 { "" } else { "s" };
297
let queue_msg = format!(
298
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."#,
+It will probably take at least ~{:.1} hours until the benchmark run finishes."#,
300
(expected_duration / 3600.0)
301
);
302
0 commit comments