Skip to content

Commit ac7d9a2

Browse files
committed
test
1 parent 89d1965 commit ac7d9a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

benchmark/benchmarks.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ SUITE["StateEstimator"]["allocation"]["KalmanFilter_updatestate!"] = @benchmarka
8181
)
8282

8383
lo = Luenberger(linmodel, nint_u=[1, 1])
84-
SUITE["StateEstimator"]["allocation"]["Luenberger_preparestate!"] = @benchmarkable(
85-
preparestate!($lo, $y, $d),
86-
samples=1
87-
)
84+
#SUITE["StateEstimator"]["allocation"]["Luenberger_preparestate!"] = @benchmarkable(
85+
# preparestate!($lo, $y, $d),
86+
# samples=1
87+
#)
8888
SUITE["StateEstimator"]["allocation"]["Luenberger_updatestate!"] = @benchmarkable(
8989
updatestate!($lo, $u, $y, $d),
9090
setup=preparestate!($lo, $y, $d),

0 commit comments

Comments
 (0)