Skip to content

Commit e7beb74

Browse files
committed
bench: remove commented-out code
1 parent b735d4f commit e7beb74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/benchmarks.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ SUITE["UNIT TESTS"] = BenchmarkGroup(["allocation-free", "allocations", "singl
88
SUITE["CASE STUDIES"] = BenchmarkGroup(["performance", "speed" ,"integration"])
99

1010
include("0_bench_setup.jl")
11-
#include("1_bench_sim_model.jl")
11+
include("1_bench_sim_model.jl")
1212
include("2_bench_state_estim.jl")
13-
#include("3_bench_predictive_control.jl")
13+
include("3_bench_predictive_control.jl")

0 commit comments

Comments
 (0)