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 e7b1bf9 commit 6e76888Copy full SHA for 6e76888
src/execution.jl
@@ -585,6 +585,7 @@ function generate_benchmark_definition(
585
),
586
)
587
if $(params.experimental_enable_linux_perf)
588
+ $(setup)
589
# Based on https://github.com/JuliaPerf/LinuxPerf.jl/blob/a7fee0ff261a5b5ce7a903af7b38d1b5c27dd931/src/LinuxPerf.jl#L1043-L1061
590
__linux_perf_groups = BenchmarkTools.LinuxPerf.set_default_spaces(
591
$(params.linux_perf_options.events),
@@ -605,6 +606,7 @@ function generate_benchmark_definition(
605
606
__linux_perf_bench
607
608
end
609
+ $(teardown)
610
else
611
__return_val_2 = nothing
612
__linux_perf_stats = nothing
0 commit comments