Skip to content

Commit 0646d5b

Browse files
committed
bench: idem
1 parent 737c30f commit 0646d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/2_bench_state_estim.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ mhe_pendulum_madnlp_pred = MovingHorizonEstimator(
328328
mhe_pendulum_madnlp_pred = setconstraint!(mhe_pendulum_madnlp_pred; v̂min, v̂max)
329329
JuMP.unset_time_limit_sec(mhe_pendulum_madnlp_pred.optim)
330330

331-
samples, evals, seconds = 50, 1, 15*60
331+
samples, evals, seconds = 10, 1, 15*60
332332
CASE_ESTIM["Pendulum"]["MovingHorizonEstimator"]["Ipopt"]["Current form"] =
333333
@benchmarkable(
334334
sim!($mhe_pendulum_ipopt_curr, $N, $u; plant=$plant, x_0=$x_0, x̂_0=$x̂_0),

0 commit comments

Comments
 (0)