zephyr/tests/benchmarks/sched/testcase.yaml
Anas Nashif db4a5f11ea tests: add kernel tag to all benchmarks and samples
All those benchmarks are kernel related, so add the kernel tag to avoid
building them when non kernel changes are being submitted.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-06-02 04:47:06 -04:00

16 lines
350 B
YAML

tests:
benchmark.kernel.scheduler:
tags:
- benchmark
- kernel
integration_platforms:
- mps2_an385
- qemu_x86
slow: true
harness: console
harness_config:
type: multi_line
regex:
- "unpend\\s+\\d* ready\\s+\\d* switch\\s+\\d* pend\\s+\\d* tot\\s+\\d* \\(avg\\s+\\d*\\)"
- "fin"