tests: sched: Add busy threads for SMP #159391
compliance.yml
on: pull_request
Run compliance checks on patch series (PR)
2m 35s
Annotations
1 error, 1 warning, and 2 notices
Run compliance checks on patch series (PR)
Process completed with exit code 1.
|
Run compliance checks on patch series (PR):
ClangFormat.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
You may want to run clang-format on this change:
-#define BUSY_THREAD_STACK_SIZE (1024 + CONFIG_TEST_EXTRA_STACK_SIZE)
+#define BUSY_THREAD_STACK_SIZE (1024 + CONFIG_TEST_EXTRA_STACK_SIZE)
File:tests/benchmarks/sched/src/main.c
Line:43
You may want to run clang-format on this change:
- k_thread_create(&busy_thread[i], busy_thread_stack[i],
- BUSY_THREAD_STACK_SIZE, busy_thread_entry,
- NULL, NULL, NULL,
- K_HIGHEST_THREAD_PRIO, 0, K_NO_WAIT);
+ k_thread_create(&busy_thread[i], busy_thread_stack[i], BUSY_THREAD_STACK_SIZE,
+ busy_thread_entry, NULL, NULL, NULL, K_HIGHEST_THREAD_PRIO, 0,
+ K_NO_WAIT);
File:tests/benchmarks/sched/src/main.c
Line:117
|
You may want to run clang-format on this change:
tests/benchmarks/sched/src/main.c#L43
tests/benchmarks/sched/src/main.c:43
-#define BUSY_THREAD_STACK_SIZE (1024 + CONFIG_TEST_EXTRA_STACK_SIZE)
+#define BUSY_THREAD_STACK_SIZE (1024 + CONFIG_TEST_EXTRA_STACK_SIZE)
|
You may want to run clang-format on this change:
tests/benchmarks/sched/src/main.c#L117
tests/benchmarks/sched/src/main.c:117
- k_thread_create(&busy_thread[i], busy_thread_stack[i],
- BUSY_THREAD_STACK_SIZE, busy_thread_entry,
- NULL, NULL, NULL,
- K_HIGHEST_THREAD_PRIO, 0, K_NO_WAIT);
+ k_thread_create(&busy_thread[i], busy_thread_stack[i], BUSY_THREAD_STACK_SIZE,
+ busy_thread_entry, NULL, NULL, NULL, K_HIGHEST_THREAD_PRIO, 0,
+ K_NO_WAIT);
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
compliance.xml
|
793 Bytes |
|