Skip to content

Commit

Permalink
fix(benchmark): Change data folder to inst/extdata
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Oct 18, 2024
1 parent 9a20814 commit b48cdb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-raw/benchmark.R
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ if (identical(Sys.getenv("CI"), "true") && identical(Sys.getenv("BACKEND"), ""))
"n" = n
)

dir.create("data", showWarnings = FALSE)
dir.create("inst/extdata", showWarnings = FALSE)
saveRDS(
update_snapshot_benchmark,
glue::glue("data/benchmark-update_snapshot_complexity_{n}_{names(conns)[[1]]}_{version}.rds")
glue::glue("inst/extdata/benchmark-update_snapshot_complexity_{n}_{names(conns)[[1]]}_{version}.rds")
)
}

Expand Down

0 comments on commit b48cdb8

Please sign in to comment.