Skip to content

Commit

Permalink
remove duckdb latest. add note to why polars result is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmonster committed Jun 13, 2024
1 parent fb8e19c commit 63609a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _report/report.R
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,10 @@ time_logs = function(path=getwd()) {
lt <- load_time(path=getwd())

ct = clean_time(lt)
# https://github.com/pola-rs/polars/issues/16937
ct = ct %>% filter(!(solution == 'polars' & question == 'sum v3 count by id1:id6'))
# remove duckdb-latest for now
ct = ct %>% filter(!(solution == 'duckdb-latest'))
d = model_time(ct)
ll <- load_logs(path=path)
ll$solution[ll$solution == "arrow"] <- "R-arrow"
Expand Down

0 comments on commit 63609a9

Please sign in to comment.