reenable cpu usage test

old-commit-hash: def24ae27ad4cd5948731770745d5039f20ffcf2
This commit is contained in:
Adeeb Shihadeh
2021-01-15 14:22:25 -08:00
parent c3043515d8
commit 386ca29c6a
2 changed files with 2 additions and 2 deletions
Vendored
+1 -1
View File
@@ -114,7 +114,7 @@ pipeline {
["build", "SCONS_CACHE=1 scons -j4"],
["test athena", "nosetests -s selfdrive/athena/tests/test_athenad_old.py"],
["test manager", "python selfdrive/test/test_manager.py"],
//["test cpu usage", "cd selfdrive/test/ && ./test_cpu_usage.py"],
["test cpu usage", "cd selfdrive/test/ && ./test_cpu_usage.py"],
["build devel", "cd release && CI_PUSH=${env.CI_PUSH} ./build_devel.sh"],
["test car interfaces", "cd selfdrive/car/tests/ && ./test_car_interfaces.py"],
["test spinner build", "cd selfdrive/ui/spinner && make clean && make"],
+1 -1
View File
@@ -18,7 +18,7 @@ def print_cpu_usage(first_proc, last_proc):
("./loggerd", 42.0),
("selfdrive.locationd.locationd", 35.0),
("selfdrive.locationd.paramsd", 12.0),
("selfdrive.controls.plannerd", 10.0),
("selfdrive.controls.plannerd", 20.0),
("./_modeld", 7.12),
("./camerad", 7.07),
("./_sensord", 6.17),