Turns off time slicing as these tests do not expect time slicing and
previously operated without time slicing, but now fallback to the new
default of a time slice size of 20 added in e337b7b. This explicitly sets
the time slice size to 0.
Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_IRQ_OFFLOAD=y
|
|
CONFIG_MP_MAX_NUM_CPUS=1
|
|
CONFIG_TIMESLICE_SIZE=0
|
|
CONFIG_THREAD_RUNTIME_STATS=y
|
|
CONFIG_SCHED_THREAD_USAGE_ALL=y
|
|
CONFIG_SCHED_THREAD_USAGE_ANALYSIS=y
|