Skip to content

Commit

Permalink
relax benchmarking test
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Dec 8, 2023
1 parent aac55d7 commit 4c2c0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/tests-cache-require-serial.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test_that("top-level test: Caches top-level expressions efficiently on style_tex
partially_cached_benchmark["elapsed"] * 1.5,
not_cached_benchmark["elapsed"]
)
expect_lt(full_cached_benchmark["elapsed"] * 30, benchmark["elapsed"])
expect_lt(full_cached_benchmark["elapsed"] * 20, benchmark["elapsed"])
})


Expand Down

0 comments on commit 4c2c0ab

Please sign in to comment.