Skip to content

Commit

Permalink
reducing allocations always feels great ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalmarek committed Feb 7, 2022
1 parent 2bec113 commit 46384f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/broadcast.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ end
if VERSION >= v"1.5"
# FIXME This should not allocate but I couldn't figure out where these
# 240 come from.
alloc_test(() -> MA.broadcast!!(+, a, b), 240)
alloc_test(() -> MA.broadcast!!(+, a, b), 80)
alloc_test(() -> MA.broadcast!!(+, a, c), 0)
end
end

0 comments on commit 46384f6

Please sign in to comment.