mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue