mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-04 04:52:09 +08:00
test onroad: increase DM execution threshold instant max
old-commit-hash: 6bbb168511c8f532a41288bfc92d3aa0405c939c
This commit is contained in:
@@ -206,7 +206,7 @@ class TestOnroad(unittest.TestCase):
|
||||
# TODO: this went up when plannerd cpu usage increased, why?
|
||||
cfgs = [
|
||||
("modelV2", 0.038, 0.036),
|
||||
("driverState", 0.035, 0.026),
|
||||
("driverState", 0.050, 0.026),
|
||||
]
|
||||
for (s, instant_max, avg_max) in cfgs:
|
||||
ts = [getattr(getattr(m, s), "modelExecutionTime") for m in self.lr if m.which() == s]
|
||||
|
||||
Reference in New Issue
Block a user