Skip to content

Commit

Permalink
Label infrastructural changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Jul 26, 2023
1 parent 2945253 commit dac1e81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/pkgeval_analysis/main.jl
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,11 @@ function performance_plot(df)
)
title!("Package test time\n(relative to latest nightly)")
ylabel!("Relative duration")

# annotate unrelated infrastructural changes
## enabling assertions
vline!([Date("2023-07-12")], label="infrastructure change", color=:orange)

return the_plot
end

Expand Down

0 comments on commit dac1e81

Please sign in to comment.