Skip to content

Commit 2317e00

Browse files
also style rmd
1 parent 985e23e commit 2317e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bench/02-basic.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ marker <- purrr::partial(
1919

2020
with_cache <- marker(
2121
with_cache = {
22-
style_pkg(path)
22+
style_pkg(path, filetype = c("R", "rmd"))
2323
}
2424
)
2525
cache_info()
@@ -28,7 +28,7 @@ cache_deactivate()
2828

2929
without_cache <- marker(
3030
without_cache = {
31-
style_pkg(path)
31+
style_pkg(path, filetype = c("R", "rmd"))
3232
}
3333
)
3434
latest_bm <- bench::cb_read()$benchmarks[[1]]

0 commit comments

Comments
 (0)