PkgBenchmark.jl icon indicating copy to clipboard operation
PkgBenchmark.jl copied to clipboard

Benchmark importing a package

Open ueliwechsler opened this issue 3 years ago • 0 comments

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

ueliwechsler avatar Sep 03 '21 11:09 ueliwechsler