Mercurial > repos > public > sbplib_julia
diff benchmark/benchmarks.jl @ 1593:7f5e4d2a5112 update/julia_1.10.3
Update Julia version. Fix minor bug not addressed previously in benchmark
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Sat, 25 May 2024 16:02:55 -0700 |
parents | 43aaf710463e |
children | b62770cec7d0 |
line wrap: on
line diff
--- a/benchmark/benchmarks.jl Thu Apr 25 14:42:30 2024 +0200 +++ b/benchmark/benchmarks.jl Sat May 25 16:02:55 2024 -0700 @@ -16,8 +16,8 @@ lu(d) = ntuple(i->1., d) g1 = equidistant_grid(ll(1)[1], lu(1)[1], sz(1)[1]) -g2 = equidistant_grid(ll(2), lu(2), sz(2)) -g3 = equidistant_grid(ll(3), lu(3), sz(3)) +g2 = equidistant_grid(ll(2), lu(2), sz(2)...) +g3 = equidistant_grid(ll(3), lu(3), sz(3)...) v1 = rand(sz(1)...) v2 = rand(sz(2)...)