Skip to content

Commit

Permalink
Revert "get rid of the 0.012 seconds a reset takes on average."
Browse files Browse the repository at this point in the history
This reverts commit 799e9fe.
  • Loading branch information
lorenzwalthert committed Oct 23, 2020
1 parent 799e9fe commit 07d3d67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bench/02-basic.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ cat(
Sys.sleep(3) # make system more idle
without_cache <- marker(
without_cache = {
Sys.sleep(mean(time_for_git_reset))
style_pkg(path, filetype = c("R", "rmd"))
}
)
Expand Down

0 comments on commit 07d3d67

Please sign in to comment.