Skip to content

Commit

Permalink
fix(benchmark.yaml): Account for complexity benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Oct 21, 2024
1 parent e56cf4e commit 3c1cf80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ jobs:
# Add note slow backends
slow_backends <- benchmarks |>
dplyr::filter(!endsWith(.data$benchmark_function, " - complexity")) |> # Exclude complexity benchmarks
dplyr::distinct(.data$database, .data$n) |>
dplyr::filter(.data$n < max(.data$n)) |>
dplyr::pull("database")
Expand Down

0 comments on commit 3c1cf80

Please sign in to comment.