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:
parent
fdfb2b2804
commit
09b114e884
@ -23,7 +23,7 @@ if(CONFIG_TESTING_CPULOAD)
|
||||
NAME
|
||||
cpuload
|
||||
PRIORITY
|
||||
100
|
||||
253
|
||||
STACKSIZE
|
||||
${CONFIG_DEFAULT_TASK_STACKSIZE}
|
||||
MODULE
|
||||
|
@ -21,7 +21,7 @@
|
||||
include $(APPDIR)/Make.defs
|
||||
|
||||
PROGNAME = cpuload
|
||||
PRIORITY = 100
|
||||
PRIORITY = 253
|
||||
STACKSIZE = $(CONFIG_DEFAULT_TASK_STACKSIZE)
|
||||
MODULE = $(CONFIG_TESTING_CPULOAD)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user