mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 02:52:04 +08:00
reenable cpu usage test
old-commit-hash: def24ae27ad4cd5948731770745d5039f20ffcf2
This commit is contained in:
Vendored
+1
-1
@@ -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"],
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user