File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
88LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
99MadNLP = " 2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
1010ModelPredictiveControl = " 61f9bdb8-6ae4-484a-811f-bbf86720c31c"
11+ OSQP = " ab2f91bb-94b4-55e3-9ba0-7f65df51de79"
12+ Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1113SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1214SparseConnectivityTracer = " 9f842d2f-2579-4b1d-911e-f412cf18a3f5"
1315SparseMatrixColorings = " 0a514795-09f3-496d-8182-132a7b665d35"
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const SUITE = BenchmarkGroup(["ModelPredictiveControl"])
77SUITE[" unit tests" ] = BenchmarkGroup ([" allocation-free" , " allocations" , " single call" ])
88SUITE[" case studies" ] = BenchmarkGroup ([" performance" , " speed" ," integration" ])
99
10+
1011include (" 0_bench_setup.jl" )
1112include (" 1_bench_sim_model.jl" )
1213include (" 2_bench_state_estim.jl" )
You can’t perform that action at this time.
0 commit comments