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 f10e0a6 commit 7e9bfbaCopy full SHA for 7e9bfba
src/execution.jl
@@ -580,6 +580,7 @@ function generate_benchmark_definition(
580
),
581
)
582
if $(params.experimental_enable_linux_perf)
583
+ $(setup)
584
# Based on https://github.com/JuliaPerf/LinuxPerf.jl/blob/a7fee0ff261a5b5ce7a903af7b38d1b5c27dd931/src/LinuxPerf.jl#L1043-L1061
585
__linux_perf_groups = BenchmarkTools.LinuxPerf.set_default_spaces(
586
$(params.linux_perf_options.events),
@@ -600,6 +601,7 @@ function generate_benchmark_definition(
600
601
__linux_perf_bench
602
603
end
604
+ $(teardown)
605
else
606
__return_val_2 = nothing
607
__linux_perf_stats = nothing
0 commit comments