From 6ec7fc0b004371e8cd700332cfd4cd8b4ccfefe0 Mon Sep 17 00:00:00 2001 From: nefrathenrici Date: Thu, 21 Mar 2024 15:37:28 -0700 Subject: [PATCH] increase alloc test lower bound from 0.25x to 0.5x --- perf/flame.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf/flame.jl b/perf/flame.jl index 4384755cf36..b8571401d75 100644 --- a/perf/flame.jl +++ b/perf/flame.jl @@ -104,7 +104,7 @@ end # https://github.com/CliMA/ClimaAtmos.jl/issues/827 @testset "Allocations limit" begin - @test 0.25 * allocs_limit[job_id] * buffer <= + @test 0.5 * allocs_limit[job_id] * buffer <= allocs ≤ allocs_limit[job_id] * buffer end