From 8acd698b65ae5d17cd2a3fc5932c80af5e12480f Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Thu, 12 Sep 2024 09:36:37 -0400 Subject: [PATCH] fixup --- test/test_express_opt.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_express_opt.jl b/test/test_express_opt.jl index 845148d..97753ee 100644 --- a/test/test_express_opt.jl +++ b/test/test_express_opt.jl @@ -20,7 +20,7 @@ express(state) nocache = @timed express(state2) withcache = @timed express(state2) - @test nocache.time > 50*withcache.time + @test nocache.time > 20*withcache.time @test withcache.bytes == 0 @test nocache.value ≈ withcache.value ≈ express(state2)