testing/cpuload: increase thread prio

make simulate load can be more accurate in normal business code.

Signed-off-by: buxiasen <buxiasen@xiaomi.com>
This commit is contained in:
buxiasen 2024-06-21 16:50:05 +08:00 committed by Xiang Xiao
parent fdfb2b2804
commit 09b114e884
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ if(CONFIG_TESTING_CPULOAD)
NAME
cpuload
PRIORITY
100
253
STACKSIZE
${CONFIG_DEFAULT_TASK_STACKSIZE}
MODULE

View File

@ -21,7 +21,7 @@
include $(APPDIR)/Make.defs
PROGNAME = cpuload
PRIORITY = 100
PRIORITY = 253
STACKSIZE = $(CONFIG_DEFAULT_TASK_STACKSIZE)
MODULE = $(CONFIG_TESTING_CPULOAD)