We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf2a42 commit 06c34abCopy full SHA for 06c34ab
benchmark/benchmarks.jl
@@ -7,6 +7,7 @@ const SUITE = BenchmarkGroup(["ModelPredictiveControl"])
7
SUITE["unit tests"] = BenchmarkGroup(["allocation-free", "allocations", "single call"])
8
SUITE["case studies"] = BenchmarkGroup(["performance", "speed" ,"integration"])
9
10
+
11
include("0_bench_setup.jl")
12
include("1_bench_sim_model.jl")
13
include("2_bench_state_estim.jl")
0 commit comments