zephyr/tests/benchmarks/sched/prj.conf
Anas Nashif f29ae72d79 kernel: rename 'dumb' scheduler and simply call it 'simple'
Improve naming of the scheduler and call it what it is: simple. Using
'dumb' for the default scheduler algorithm in Zephyr is a bad idea.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-03-15 00:34:58 +01:00

9 lines
210 B
Plaintext

CONFIG_TEST=y
CONFIG_NUM_PREEMPT_PRIORITIES=8
CONFIG_NUM_COOP_PRIORITIES=8
# Switch these between SIMPLE/SCALABLE (and SCHED_MULTIQ) to measure
# different backends
CONFIG_SCHED_SIMPLE=y
CONFIG_WAITQ_SIMPLE=y