>
> julia> @time bar
>   0.000001 seconds (3 allocations: 144 bytes)
> bar (generic function with 1 method)
>

I think this needs to be @time bar(A).  I get

julia> @time bar(A)
  0.000269 seconds (5 allocations: 176 bytes)
20010.937886591404

Reply via email to