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'd argue, that a user supplied command should be taken as is without changes which depend on the parent command whatsoever.
Maybe it would be better to default the juliacmd in BenchmarkConfig to Base.julia_cmd() and just do
juliacmd = benchmarkconfig.juliacmd
in the actual benchmark function?
The text was updated successfully, but these errors were encountered:
Hey! First of all, thanks for providing this nice package, it makes comparing of several commits really easy :)
I've tried to judge benchmarks for several julia versions. Unfortunately, this does not work due to
PkgBenchmark.jl/src/runbenchmark.jl
Lines 249 to 250 in baa8bee
which takes the sysimage from the parent process.
I'd argue, that a user supplied command should be taken as is without changes which depend on the parent command whatsoever.
Maybe it would be better to default the
juliacmd
in BenchmarkConfig toBase.julia_cmd()
and just doin the actual benchmark function?
The text was updated successfully, but these errors were encountered: