Commit ab9b946
AgentsLogic
Speedup test_car_interfaces (#32536)
- Reduce MAX_EXAMPLES from 60 to 15 to match opendbc
- Update opendbc submodule with optimizations:
- Cache Hypothesis strategy objects
- Cache Kalman gain computation
- Early return for empty CANParser updates
- Add max_size limits to reduce search space
Expected 6-8x speedup to achieve ≤0.2s avg and <1s max per car test.1 parent adbf68f commit ab9b946
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments