Skip to content

Commit

Permalink
Update benchmarks_hessian_lagrangian.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Aug 16, 2024
1 parent 024ca04 commit 43ba124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/hessian/benchmarks_hessian_lagrangian.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ for f in benchmark_list
SUITE["$(fun)"][f][T][s][b] = BenchmarkGroup()
backend = get_backend(Val(f), b)
for pb in problem_sets[s]
(pb == "elec") && continue
n = eval(Meta.parse("OptimizationProblems.get_" * pb * "_nvar(n = $(nscal))"))
m = eval(Meta.parse("OptimizationProblems.get_" * pb * "_ncon(n = $(nscal))"))
if m > 5 * nscal
Expand Down

0 comments on commit 43ba124

Please sign in to comment.