We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4fc43 commit 5036058Copy full SHA for 5036058
test/CustomisableBenchmarkTests.jl
@@ -22,8 +22,9 @@ end
22
23
@testset "Disabled custom benchmarking" begin
24
x[] = 0
25
- res = @benchmark nothing setup_prehook = setup_prehook prehook = prehook posthook = posthook sample_result =
26
- sample_result teardown_posthook = teardown_posthook run_customisable_func_only = false
+ res = @benchmark nothing setup_prehook = setup_prehook prehook = prehook posthook =
+ posthook sample_result = sample_result teardown_posthook = teardown_posthook run_customisable_func_only =
27
+ false
28
@test res.customisable_result === nothing
29
@test !res.customisable_result_for_every_sample
30
end
0 commit comments