You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this action in my Julia package, and it is very useful to track the benchmarks. However, sometimes the benchmark tracking on the execution time is not enough, and the memory allocations need to be tracked too.
Since BenchmarkTools.jl the memory allocations are already stored in the JSON file, is there a way to also keep track of these?
The text was updated successfully, but these errors were encountered:
Hello,
I'm using this action in my Julia package, and it is very useful to track the benchmarks. However, sometimes the benchmark tracking on the execution time is not enough, and the memory allocations need to be tracked too.
Since BenchmarkTools.jl the memory allocations are already stored in the JSON file, is there a way to also keep track of these?
The text was updated successfully, but these errors were encountered: