Skip to content

Commit e3268b4

Browse files
committed
reducing allocations always feels great ;)
1 parent d4f8d2e commit e3268b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/broadcast.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ end
2828
if VERSION >= v"1.5"
2929
# FIXME This should not allocate but I couldn't figure out where these
3030
# 240 come from.
31-
alloc_test(() -> MA.broadcast!!(+, a, b), 240)
31+
alloc_test(() -> MA.broadcast!!(+, a, b), 80)
3232
alloc_test(() -> MA.broadcast!!(+, a, c), 0)
3333
end
3434
end

0 commit comments

Comments
 (0)