Mercurial > repos > public > sbplib_julia
diff benchmark/benchmarks.jl @ 1360:f59228534d3a tooling/benchmarks
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sat, 20 May 2023 15:15:22 +0200 |
parents | 6ae9b98b15b9 |
children | 127d2558926e |
line wrap: on
line diff
--- a/benchmark/benchmarks.jl Fri Apr 28 09:00:35 2023 +0200 +++ b/benchmark/benchmarks.jl Sat May 20 15:15:22 2023 +0200 @@ -12,9 +12,9 @@ ll(d) = ntuple(i->0., d) lu(d) = ntuple(i->1., d) -g1 = EquidistantGrid(sz(1),ll(1),lu(1)) -g2 = EquidistantGrid(sz(2),ll(2),lu(2)) -g3 = EquidistantGrid(sz(3),ll(3),lu(3)) +g1 = equidistant_grid(sz(1)[1],ll(1)[1],lu(1)[1]) +g2 = equidistant_grid(sz(2),ll(2),lu(2)) +g3 = equidistant_grid(sz(3),ll(3),lu(3)) v1 = rand(sz(1)...) v2 = rand(sz(2)...)