Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/allocations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ end
b64 = @b fast_coloring(A64, problem, algo)
b32 = @b fast_coloring(A32, problem, algo)
# check that we allocate no more than 50% + epsilon with Int32
@test b32.bytes < 0.6 * b64.bytes
@test b32.bytes < 0.7 * b64.bytes
end
end
end;
Loading