PkgBenchmark.jl
PkgBenchmark.jl copied to clipboard
Benchmark importing a package
Is there a way to benchmark an import of a package, i.e. something similar to
julia>SUITE = BenchmarkGroup()
julia>SUITE["Loading SetTools"] = @benchmarkable using MyPackage
ERROR: syntax: "import" expression not at top level