1common: 2 tags: 3 - posix 4 - benchmark 5 min_ram: 64 6 arch_exclude: 7 - posix 8 integration_platforms: 9 - qemu_cortex_a53/qemu_cortex_a53/smp 10 - qemu_riscv64/qemu_virt_riscv64/smp 11 - qemu_riscv32/qemu_virt_riscv32/smp 12 - qemu_x86_64 13 harness: console 14 harness_config: 15 type: one_line 16 record: 17 regex: 18 - "(?P<api>.*), ALL, (?P<time>.*), (?P<threads>.*), (?P<cores>.*), (?P<rate>.*)" 19 regex: 20 - "PROJECT EXECUTION SUCCESSFUL" 21tests: 22 benchmark.posix.threads: {} 23