JuliaCI / BenchmarkTools.jl

A benchmarking framework for the Julia language
Other
604 stars 97 forks source link

[WIP] Add experimental support for `perf` (via LinuxPerf.jl) #325

Closed DilumAluthge closed 6 months ago

DilumAluthge commented 11 months ago

Depends on https://github.com/JuliaPerf/LinuxPerf.jl/pull/32

Zentrik commented 6 months ago

I've rebased and fixed some bugs I encountered here, https://github.com/Zentrik/BenchmarkTools.jl/tree/linux-perf. Is there anything to do to get this merged?

DilumAluthge commented 6 months ago

Can you open a new PR? Then I'll close my PR in favor of yours.

Zentrik commented 6 months ago

Done

DilumAluthge commented 6 months ago

Closing in favor of #347