Skip to content

Commit

Permalink
lower card CPU usage threshold
Browse files Browse the repository at this point in the history
from removing capnp conversion!
  • Loading branch information
sshane authored and cydia2020 committed Oct 14, 2024
1 parent 14a7f7d commit a466192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/test/test_onroad.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# Baseline CPU usage by process
"selfdrive.controls.controlsd": 16.0,
"selfdrive.selfdrived.selfdrived": 16.0,
"selfdrive.car.card": 30.0,
"selfdrive.car.card": 26.0,
"./loggerd": 14.0,
"./encoderd": 17.0,
"./camerad": 14.5,
Expand Down

0 comments on commit a466192

Please sign in to comment.