1common: 2 integration_platforms: 3 - native_sim 4 tags: logging 5tests: 6 logging.benchmark: 7 extra_configs: 8 - CONFIG_LOG_MODE_DEFERRED=y 9 - CONFIG_CBPRINTF_COMPLETE=y 10 logging.benchmark_speed: 11 extra_configs: 12 - CONFIG_LOG_MODE_DEFERRED=y 13 - CONFIG_CBPRINTF_COMPLETE=y 14 - CONFIG_LOG_SPEED=y 15 logging.benchmark_user: 16 integration_platforms: 17 - qemu_x86 18 platform_allow: 19 - qemu_x86 20 - native_sim 21 extra_configs: 22 - CONFIG_LOG_MODE_DEFERRED=y 23 - CONFIG_CBPRINTF_COMPLETE=y 24 - CONFIG_TEST_USERSPACE=y 25