Skip to content

Commit 7e29788

Browse files
authored
fix benchmark
1 parent c8f019f commit 7e29788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ julia> besselj(0:10, 1.0)
143143
In general, this provides a fast way to generate a sequence of Bessel functions for many orders.
144144
```julia
145145
julia> @btime besselj(0:100, 50.0)
146-
443.328 ns (2 allocations: 1.75 KiB)
146+
398.095 ns (1 allocation: 896 bytes)
147147
```
148148
This function will allocate so it is recommended that you calculate the Bessel functions at the top level of your function outside any hot loop.
149149

0 commit comments

Comments
 (0)