1common:
2  platform_key:
3    - arch
4  min_ram: 32
5  timeout: 120
6  tags:
7    - kernel
8    - benchmark
9  integration_platforms:
10    - qemu_x86
11    - qemu_cortex_a53
12  harness: console
13  harness_config:
14    type: one_line
15    regex:
16      - "PROJECT EXECUTION SUCCESSFUL"
17    record:
18      regex:
19        "REC: (?P<metric>.*) - (?P<description>.*):(?P<cycles>.*) cycles ,(?P<nanoseconds>.*) ns"
20  extra_configs:
21    - CONFIG_BENCHMARK_RECORDING=y
22
23tests:
24  benchmark.sched_queues.dumb:
25    extra_configs:
26      - CONFIG_SCHED_DUMB=y
27
28  benchmark.sched_queues.scalable:
29    extra_configs:
30      - CONFIG_SCHED_SCALABLE=y
31
32  benchmark.sched_queues.multiq:
33    extra_configs:
34      - CONFIG_SCHED_MULTIQ=y
35