Skip to content

Commit eb92527

Browse files
committed
bench: debug bench
1 parent b332b83 commit eb92527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/3_bench_predictive_control.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ JuMP.unset_time_limit_sec(nmpc2_ipopt_tc.optim)
484484
samples, evals, seconds = 100, 1, 15*60
485485
CASE_MPC["Pendulum"]["NonLinMPC"]["Custom constraints"]["Ipopt"]["SingleShooting"] =
486486
@benchmarkable(
487-
sim!($nmpc2_ipopt_ss, $N, $ry; plant=$plant2, x_0=$x_0, x̂_0=$x̂_0), progress=false,
487+
sim!($nmpc2_ipopt_ss, $N, $ry; plant=$plant2, x_0=$x_0, x̂_0=$x̂_0, progress=false),
488488
samples=samples, evals=evals, seconds=seconds
489489
)
490490
CASE_MPC["Pendulum"]["NonLinMPC"]["Custom constraints"]["Ipopt"]["MultipleShooting"] =

0 commit comments

Comments
 (0)