You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes when I use Benchmarkset with a for loop, it fails to return anything.... If there's a syntax problem I think I'd prefer that it throw an error so I can correct it, but it's returning nothing, not even an empty Benchmarkgroup.
suite4 = @benchmarkset "suite4" for i in [8, 16, 32]
@case "contrast1" contrast1=fast_glcm_contrast($p1) setup=(p1=fast_glcm_p1(img2; levels=$i))
@case "contrast2" contrast2=fast_glcm_contrast2($p2) setup=(p1=fast_glcm_p2(img2; levels=$i))
end
I've tried it without the setup, but same thing.
Thanks,
The text was updated successfully, but these errors were encountered:
Sometimes when I use Benchmarkset with a for loop, it fails to return anything.... If there's a syntax problem I think I'd prefer that it throw an error so I can correct it, but it's returning nothing, not even an empty Benchmarkgroup.
I've tried it without the setup, but same thing.
Thanks,
The text was updated successfully, but these errors were encountered: