Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/server/reports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ fn reports_thread(data: &Data, github_data: Option<&GithubData>) -> Fallible<()>
res.info.values().sum::<u32>(),
),
)
.line("bar_chart", format!("{spurious_retry} spurious results on the [retry-regessed-list.txt]({retry_regressed_list_url}), consider a retry[^1] if this is a significant amount."))
.line("bar_chart", format!("{spurious_retry} spurious results on the [retry-regressed-list.txt]({retry_regressed_list_url}), consider a retry[^1] if this is a significant amount."))
.footnote("1", format!("re-run the experiment with `crates={retry_regressed_list_url}`"))
.line(
"newspaper",
Expand Down