2024-09-12 07:11:15 +08:00
|
|
|
common:
|
|
|
|
tags:
|
|
|
|
- kernel
|
|
|
|
- benchmark
|
|
|
|
integration_platforms:
|
|
|
|
- qemu_x86
|
|
|
|
- qemu_cortex_a53
|
2024-10-16 11:07:17 +08:00
|
|
|
timeout: 120
|
2024-09-12 07:11:15 +08:00
|
|
|
harness: console
|
|
|
|
harness_config:
|
|
|
|
type: one_line
|
|
|
|
regex:
|
|
|
|
- "PROJECT EXECUTION SUCCESSFUL"
|
|
|
|
|
|
|
|
tests:
|
|
|
|
benchmark.wait_queues.dumb:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_WAITQ_DUMB=y
|
|
|
|
|
|
|
|
benchmark.wait_queues.scalable:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_WAITQ_SCALABLE=y
|