From 07d3d67656d8f3e40992588244f3f58c1620f22f Mon Sep 17 00:00:00 2001 From: Lorenz Walthert Date: Fri, 23 Oct 2020 20:48:31 +0200 Subject: [PATCH] Revert "get rid of the 0.012 seconds a reset takes on average." This reverts commit 799e9fea65f9e13cc3429ab6b8f05f986df46738. --- bench/02-basic.R | 1 + 1 file changed, 1 insertion(+) diff --git a/bench/02-basic.R b/bench/02-basic.R index 61f7dafc5..519cc89e9 100644 --- a/bench/02-basic.R +++ b/bench/02-basic.R @@ -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")) } )