Skip to content

Commit

Permalink
increase alloc test lower bound from 0.25x to 0.5x
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Mar 21, 2024
1 parent 7fd4896 commit 6ec7fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/flame.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ec7fc0

Please sign in to comment.