Skip to content

Commit f1a9372

Browse files
committed
bench: debug last commit
1 parent 28139ef commit f1a9372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/3_bench_predictive_control.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ CASE_MPC["Pendulum"]["NonLinMPC"]["Noneconomic"]["Ipopt"]["OrthogonalCollocation
448448
)
449449
CASE_MPC["Pendulum"]["NonLinMPC"]["Noneconomic"]["MadNLP"]["SingleShooting (Hessian)"] =
450450
@benchmarkable(
451-
sim!($nmpc_madnlp_ss, $N, $ry; plant=$plant, x_0=$x_0, x̂_0=$x̂_0, progress=false),
451+
sim!($nmpc_madnlp_ss_hess, $N, $ry; plant=$plant, x_0=$x_0, x̂_0=$x̂_0, progress=false),
452452
samples=samples, evals=evals, seconds=seconds, setup=GC.gc()
453453
)
454454
CASE_MPC["Pendulum"]["NonLinMPC"]["Noneconomic"]["MadNLP"]["MultipleShooting (Hessian)"] =

0 commit comments

Comments
 (0)