zephyr/tests/benchmarks/footprints/testcase.yaml
Keith Short 031ff08bc6 tests: benchmark: Add power management to footprint
Add a build-only test to track footprint when enabling device power
management.

Signed-off-by: Keith Short <keithshort@google.com>
2021-10-26 19:44:15 -04:00

15 lines
403 B
YAML

tests:
benchmark.kernel.footprints.default:
tags: benchmark
build_only: true
benchmark.kernel.footprints.pm:
tags: benchmark
build_only: true
extra_args: CONF_FILE=prj_pm.conf
benchmark.kernel.footprints.userspace:
filter: CONFIG_ARCH_HAS_USERSPACE
extra_args: CONF_FILE=prj_userspace.conf
arch_allow: x86 arm arc
tags: benchmark userspace
build_only: true