Skip to content

Commit 2f15b72

Browse files
committed
Add info print
1 parent 923105e commit 2f15b72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/benchmarks.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ end
6666
results_table = Tuple{String,Int,String,String,Bool,Float64,Float64}[]
6767

6868
for (model_name, model, varinfo_choice, adbackend, islinked) in chosen_combinations
69+
@info "Running benchmark for $model_name"
6970
suite = make_suite(model, varinfo_choice, adbackend, islinked)
7071
results = run(suite)
7172
eval_time = median(results["evaluation"]).time

0 commit comments

Comments
 (0)