increase controlsd CPU test threshold

pull/2014/head^2
Adeeb Shihadeh 5 years ago
parent a3d754a8d8
commit f3adedacb2
  1. 2
      selfdrive/test/test_cpu_usage.py

@ -15,7 +15,7 @@ def cputime_total(ct):
def print_cpu_usage(first_proc, last_proc):
procs = [
("selfdrive.controls.controlsd", 59.46),
("selfdrive.controls.controlsd", 66.15),
("selfdrive.locationd.locationd", 34.38),
("./loggerd", 33.90),
("selfdrive.controls.plannerd", 19.77),

Loading…
Cancel
Save