Skip to content

Commit e623d4b

Browse files
relax speed bound
1 parent 8a307d9 commit e623d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-cache-high-level-api.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ test_that("speedup higher when cached roxygen example code is multiple expressio
116116
)
117117
# the speed gain for longer expression is 1.1x higher
118118
expect_true(
119-
speedup_multiple_roygen_example / speedup_many_roygen_examples > 1.05
119+
speedup_multiple_roygen_example / speedup_many_roygen_examples > 1.03
120120
)
121121
})
122122

0 commit comments

Comments
 (0)