Skip to content

Commit

Permalink
Update antidotum/tergo/inst/bench.R
Browse files Browse the repository at this point in the history
Co-authored-by: Konrad Pagacz <[email protected]>
  • Loading branch information
Polkas and kpagacz authored Jan 25, 2025
1 parent d1cb078 commit 31141b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion antidotum/tergo/inst/bench.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Mac M1
# Dependencies: git2r, styler, tergo, microbenchmark
# install.packages(c("git2r", "tergo", "styler", "microbenchmark"))

require(git2r)
require(tergo)
require(styler)
require(microbenchmark)
tempd <- tempdir()
bench_path <- file.path(tempd, "bench")
dir.create(bench_path)
Expand Down

0 comments on commit 31141b6

Please sign in to comment.