Skip to content

Commit

Permalink
model_replay: raise max modelV2 exec time (commaai#34505)
Browse files Browse the repository at this point in the history
raise
  • Loading branch information
maxime-desroches authored Jan 30, 2025
1 parent d4a7a87 commit c82af71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/test/process_replay/model_replay.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

EXEC_TIMINGS = [
# model, instant max, average max
("modelV2", 0.03, 0.025),
("modelV2", 0.035, 0.025),
("driverStateV2", 0.02, 0.015),
]

Expand Down

0 comments on commit c82af71

Please sign in to comment.