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 f174358 commit dfe4bdbCopy full SHA for dfe4bdb
site/src/github.rs
@@ -283,7 +283,7 @@ pub async fn enqueue_shas(
283
};
284
let suffix = if preceding_artifacts == 1 { "" } else { "s" };
285
let queue_msg = format!(
286
- r#"There {verb} currently {preceding_artifacts} other artifact{suffix} in the [queue](https://perf.rust-lang.org/status.html).
+ r#"There {verb} currently {preceding_artifacts} preceding artifact{suffix} in the [queue](https://perf.rust-lang.org/status.html).
287
It will probably take at least ~{:.1} hours until the benchmark run finishes."#,
288
(expected_duration.as_secs_f64() / 3600.0)
289
);
0 commit comments