Skip to content

Commit 71c4476

Browse files
hasheddankartben
authored andcommitted
tests: kernel: usage: turn off time slicing in thread runtime stats tests
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>
1 parent 6353ba8 commit 71c4476

File tree

1 file changed

+1
-0
lines changed
  • tests/kernel/usage/thread_runtime_stats

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
CONFIG_ZTEST=y
22
CONFIG_IRQ_OFFLOAD=y
33
CONFIG_MP_MAX_NUM_CPUS=1
4+
CONFIG_TIMESLICE_SIZE=0
45
CONFIG_THREAD_RUNTIME_STATS=y
56
CONFIG_SCHED_THREAD_USAGE_ALL=y
67
CONFIG_SCHED_THREAD_USAGE_ANALYSIS=y

0 commit comments

Comments
 (0)