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 0ef2b49 commit c182d07Copy full SHA for c182d07
src/execution.jl
@@ -573,6 +573,7 @@ function generate_benchmark_definition(
573
),
574
)
575
if $(params.experimental_enable_linux_perf)
576
+ $(setup)
577
# Based on https://github.com/JuliaPerf/LinuxPerf.jl/blob/a7fee0ff261a5b5ce7a903af7b38d1b5c27dd931/src/LinuxPerf.jl#L1043-L1061
578
__linux_perf_groups = BenchmarkTools.LinuxPerf.set_default_spaces(
579
$(params.linux_perf_options.events),
@@ -593,6 +594,7 @@ function generate_benchmark_definition(
593
594
__linux_perf_bench
595
596
end
597
+ $(teardown)
598
else
599
__return_val_2 = nothing
600
__linux_perf_stats = nothing
0 commit comments