Skip to content

Commit ccdef41

Browse files
committed
bench: added evaloutput for UKF
1 parent 6196ea2 commit ccdef41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

benchmark/benchmarks.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ SUITE["StateEstimator"]["allocation"]["UnscentedKalmanFilter_updatestate!"] = @b
112112
setup=preparestate!($ukf, $y, $d),
113113
samples=1
114114
)
115+
SUITE["StateEstimator"]["allocation"]["UnscentedKalmanFilter_evaloutput"] = @benchmarkable(
116+
evaloutput($ukf, $d),
117+
setup=preparestate!($ukf, $y, $d),
118+
samples=1
119+
)
115120

116121
ekf = ExtendedKalmanFilter(linmodel, nint_u=[1, 1], direct=false)
117122
SUITE["StateEstimator"]["allocation"]["ExtendedKalmanFilter_preparestate!"] = @benchmarkable(

0 commit comments

Comments
 (0)