Skip to content

Commit e3e45b4

Browse files
authored
Merge pull request #1699 from Kobzol/pr-estimation-clarification
Clarify perf. run estimation PR comment wording
2 parents cc934ee + dfe4bdb commit e3e45b4

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
@@ -283,7 +283,7 @@ pub async fn enqueue_shas(
283283
};
284284
let suffix = if preceding_artifacts == 1 { "" } else { "s" };
285285
let queue_msg = format!(
286-
r#"There {verb} currently {preceding_artifacts} other artifact{suffix} in the [queue](https://perf.rust-lang.org/status.html).
286+
r#"There {verb} currently {preceding_artifacts} preceding artifact{suffix} in the [queue](https://perf.rust-lang.org/status.html).
287287
It will probably take at least ~{:.1} hours until the benchmark run finishes."#,
288288
(expected_duration.as_secs_f64() / 3600.0)
289289
);

0 commit comments

Comments
 (0)