diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 06a7535..57b843c 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -214,7 +214,11 @@ jobs: scales = "free_y", labeller = labeller ) + - ggplot2::labs(x = "Codebase version", y = "Time (s)") + ggplot2::labs(x = "Codebase version", y = "Time (s)") + + ggplot2::theme( + legend.position = "bottom", + legend.justification = "left" + ) if (length(slow_backends) > 1) { g <- g + ggplot2::labs(caption = "* IMPORTANT: Benchmark data halved for this backend!")