model_replay: raise max modelV2 exec time (#34505)

raise
This commit is contained in:
Maxime Desroches
2025-01-30 11:21:45 -08:00
committed by GitHub
parent d4a7a87a3c
commit c82af71e83

View File

@@ -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),
]