11 lines
294 B
YAML
11 lines
294 B
YAML
|
tests:
|
||
|
benchmark.kernel.footprints.default:
|
||
|
tags: benchmark
|
||
|
build_only: true
|
||
|
benchmark.kernel.footprints.userspace:
|
||
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
||
|
extra_args: CONF_FILE=prj_userspace.conf
|
||
|
arch_whitelist: x86 arm arc
|
||
|
tags: benchmark userspace
|
||
|
build_only: true
|