We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923105e commit 2f15b72Copy full SHA for 2f15b72
benchmarks/benchmarks.jl
@@ -66,6 +66,7 @@ end
66
results_table = Tuple{String,Int,String,String,Bool,Float64,Float64}[]
67
68
for (model_name, model, varinfo_choice, adbackend, islinked) in chosen_combinations
69
+ @info "Running benchmark for $model_name"
70
suite = make_suite(model, varinfo_choice, adbackend, islinked)
71
results = run(suite)
72
eval_time = median(results["evaluation"]).time
0 commit comments