Open Krastanov opened 1 year ago
The result of using PackageName; @time @eval some_custom_function(). It can not be part of BenchmarkGroup because we want to measure only the first run. A new process might be needed repeatedly to get a minimum.
using PackageName; @time @eval some_custom_function()
Here is a shell script I am using for TTFX and TTL https://github.com/Krastanov/QuantumClifford.jl/blob/master/benchmark/run_ttfx_bechmarks.sh
The result of
using PackageName; @time @eval some_custom_function()
. It can not be part of BenchmarkGroup because we want to measure only the first run. A new process might be needed repeatedly to get a minimum.