We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd4ffd commit 13dab3bCopy full SHA for 13dab3b
tests/testthat/test-cache-with-r-cache.R
@@ -48,10 +48,10 @@ test_that("top-level test: Caches top-level expressions efficiently on style_tex
48
49
skip_on_cran()
50
expect_lt(
51
- partially_cached_benchmark["elapsed"] * 2.5,
+ partially_cached_benchmark["elapsed"] * 2.4,
52
not_cached_benchmark["elapsed"]
53
)
54
- expect_lt(full_cached_benchmark["elapsed"] * 50, benchmark["elapsed"])
+ expect_lt(full_cached_benchmark["elapsed"] * 45, benchmark["elapsed"])
55
})
56
57
0 commit comments