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