Skip to content

Commit 6e5618a

Browse files
authored
Merge pull request #224 from JuliaControl/bench_cont
bench: add `OSQP` and `Random` as dependencies
2 parents ebf2a42 + b7444c2 commit 6e5618a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

benchmark/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
88
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
99
MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
1010
ModelPredictiveControl = "61f9bdb8-6ae4-484a-811f-bbf86720c31c"
11+
OSQP = "ab2f91bb-94b4-55e3-9ba0-7f65df51de79"
12+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1113
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1214
SparseConnectivityTracer = "9f842d2f-2579-4b1d-911e-f412cf18a3f5"
1315
SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35"

benchmark/benchmarks.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const SUITE = BenchmarkGroup(["ModelPredictiveControl"])
77
SUITE["unit tests"] = BenchmarkGroup(["allocation-free", "allocations", "single call"])
88
SUITE["case studies"] = BenchmarkGroup(["performance", "speed" ,"integration"])
99

10+
1011
include("0_bench_setup.jl")
1112
include("1_bench_sim_model.jl")
1213
include("2_bench_state_estim.jl")

0 commit comments

Comments
 (0)