Skip to content

Commit

Permalink
Debug Benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Mar 8, 2024
1 parent 4834653 commit 92eb677
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data-raw/benchmark_update_snapshot.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ scdb_updates <- function(conn, data_on_conn) {
DBI::dbRemoveTable(conn, name = "SCDB_benchmark")
}

print(data_on_conn[[1]])
print(data_on_conn[[2]])
print(data_on_conn[[3]])

# Construct the list of benchmarks
benchmark_exprs <- alist()
benchmark_on_conn <- local(bquote(scdb_updates(conn, data_on_conn)))
Expand Down

0 comments on commit 92eb677

Please sign in to comment.