Test Result : PIDRateEstimatorSuite
0 failures
(±0)
11 tests
(±0)
All Tests
Test name | Duration | Status |
estimate is never less than min rate | 4 ms | Passed |
estimator checks ranges | 2 ms | Passed |
first estimate is None | 3 ms | Passed |
no estimate when no records in previous batch | 0 ms | Passed |
no estimate when no time difference between successive calls | 2 ms | Passed |
no estimate when there is no processing delay | 1 ms | Passed |
second estimate is not None | 1 ms | Passed |
the right estimator is created | 5 ms | Passed |
with no accumulated but some positive error, |I| > 0, follow the processing speed | 3 ms | Passed |
with no accumulated or positive error, |I| > 0, follow the processing speed | 4 ms | Passed |
with some accumulated and some positive error, |I| > 0, stay below the processing speed | 22 ms | Passed |