Skip to content

Commit

Permalink
Update benchmark folder
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Aug 16, 2024
1 parent 43ba124 commit 792c908
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion benchmark/hessian/benchmarks_hessian.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ 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
1 change: 0 additions & 1 deletion benchmark/hessian/benchmarks_hessian_lagrangian.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ 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 792c908

Please sign in to comment.