From dbd9d952e9d5a47a39f6ea86cf750e2ec0031ee4 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 11 Aug 2020 13:43:19 -0700 Subject: [PATCH] increase controlsd CPU test threshold old-commit-hash: f3adedacb29bc4784e474d89a960364c7a4c24cd --- selfdrive/test/test_cpu_usage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/test/test_cpu_usage.py b/selfdrive/test/test_cpu_usage.py index 92f8de4ddc..2f260ec8a3 100755 --- a/selfdrive/test/test_cpu_usage.py +++ b/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),