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 committed Oct 14, 2024
1 parent 4d4df48 commit abdd3ad
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 abdd3ad

Please sign in to comment.