Skip to content

Commit 85e2d05

Browse files
authored
Patch failing alloc test (#278)
1 parent 7a83181 commit 85e2d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/allocations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ end
154154
b64 = @b fast_coloring(A64, problem, algo)
155155
b32 = @b fast_coloring(A32, problem, algo)
156156
# check that we allocate no more than 50% + epsilon with Int32
157-
@test b32.bytes < 0.6 * b64.bytes
157+
@test b32.bytes < 0.7 * b64.bytes
158158
end
159159
end
160160
end;

0 commit comments

Comments
 (0)