zephyr/tests/benchmarks/wait_queues/testcase.yaml
Anas Nashif f29ae72d79 kernel: rename 'dumb' scheduler and simply call it 'simple'
Improve naming of the scheduler and call it what it is: simple. Using
'dumb' for the default scheduler algorithm in Zephyr is a bad idea.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-03-15 00:34:58 +01:00

30 lines
607 B
YAML

common:
platform_key:
- arch
tags:
- kernel
- benchmark
integration_platforms:
- qemu_x86
- qemu_cortex_a53
timeout: 120
harness: console
harness_config:
type: one_line
regex:
- "PROJECT EXECUTION SUCCESSFUL"
record:
regex:
- "REC: (?P<metric>.*) - (?P<description>.*):(?P<cycles>.*) cycles ,(?P<nanoseconds>.*) ns"
extra_configs:
- CONFIG_BENCHMARK_RECORDING=y
tests:
benchmark.wait_queues.simple:
extra_configs:
- CONFIG_WAITQ_SIMPLE=y
benchmark.wait_queues.scalable:
extra_configs:
- CONFIG_WAITQ_SCALABLE=y