|
|
@ -206,7 +206,7 @@ class TestOnroad(unittest.TestCase): |
|
|
|
# TODO: this went up when plannerd cpu usage increased, why? |
|
|
|
# TODO: this went up when plannerd cpu usage increased, why? |
|
|
|
cfgs = [ |
|
|
|
cfgs = [ |
|
|
|
("modelV2", 0.038, 0.036), |
|
|
|
("modelV2", 0.038, 0.036), |
|
|
|
("driverState", 0.035, 0.026), |
|
|
|
("driverState", 0.050, 0.026), |
|
|
|
] |
|
|
|
] |
|
|
|
for (s, instant_max, avg_max) in cfgs: |
|
|
|
for (s, instant_max, avg_max) in cfgs: |
|
|
|
ts = [getattr(getattr(m, s), "modelExecutionTime") for m in self.lr if m.which() == s] |
|
|
|
ts = [getattr(getattr(m, s), "modelExecutionTime") for m in self.lr if m.which() == s] |
|
|
|