Skip to content

@Benchmarkset fails silently, returns null #369

@MarkoMekapses

Description

@MarkoMekapses

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions