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