The only architecture not supported is native posix. Added it to arch_exclude. Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
9 lines
250 B
YAML
9 lines
250 B
YAML
tests:
|
|
benchmark.timing.default_kernel:
|
|
arch_exclude: posix
|
|
tags: benchmark
|
|
benchmark.timing.userspace:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
|
extra_args: CONF_FILE=prj_userspace.conf
|
|
arch_whitelist: x86 arm arc
|
|
tags: benchmark |