model_replay: raise max `modelV2` exec time (#34505)

raise
pull/34506/head^2
Maxime Desroches 3 months ago committed by GitHub
parent d4a7a87a3c
commit c82af71e83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/test/process_replay/model_replay.py

@ -33,7 +33,7 @@ GITHUB = GithubUtils(API_TOKEN, DATA_TOKEN)
EXEC_TIMINGS = [
# model, instant max, average max
("modelV2", 0.03, 0.025),
("modelV2", 0.035, 0.025),
("driverStateV2", 0.02, 0.015),
]

Loading…
Cancel
Save