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