-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Description
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,
Metadata
Metadata
Assignees
Labels
No labels