Skip to content

Commit

Permalink
Update src/BaseBenchmarks.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk authored Jan 29, 2025
1 parent f06e4a6 commit acbd000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaseBenchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function load!(group::BenchmarkGroup, id::AbstractString; tune::Bool = true)
modpath = joinpath(dirname(@__FILE__), id, "$(modsym).jl")
Core.eval(BaseBenchmarks, :(include($modpath)))
mod = Core.eval(BaseBenchmarks, modsym)
modsuite = invokelatest(getfield, mod, :SUITE)
modsuite = @invokelatest getglobal(mod, :SUITE)
group[id] = modsuite
if tune
results = BenchmarkTools.load(PARAMS_PATH)[1]
Expand Down

0 comments on commit acbd000

Please sign in to comment.