Zephyr already has a scheduling benchmark in tests/benchmarks/sched, but it only uses kernel threads. We add an userspace version of it, to exercise memory domains. Signed-off-by: Henri Xavier <datacomos@huawei.com>
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
CONFIG_TEST=y
|
|
CONFIG_USERSPACE=y
|
|
CONFIG_MAX_THREAD_BYTES=8
|
|
CONFIG_MAX_XLAT_TABLES=1024
|
|
CONFIG_SCHED_MULTIQ=y
|
|
CONFIG_SPEED_OPTIMIZATIONS=y
|
|
CONFIG_FORCE_NO_ASSERT=y
|