16 lines
550 B
YAML
16 lines
550 B
YAML
tests:
|
|
benchmark.kernel.latency:
|
|
arch_whitelist: x86 arm posix
|
|
platform_exclude: qemu_x86_64
|
|
filter: CONFIG_PRINTK and not CONFIG_SOC_FAMILY_STM32
|
|
tags: benchmark
|
|
|
|
# Cortex-M has 24bit systick, so default 1 TICK per seconds
|
|
# is achievable only if frequency is below 0x00FFFFFF (around 16MHz)
|
|
# 20 Ticks per secondes allows a frequency up to 335544300Hz (335MHz)
|
|
benchmark.kernel.latency.stm32:
|
|
filter: CONFIG_PRINTK and CONFIG_SOC_FAMILY_STM32
|
|
tags: benchmark
|
|
extra_configs:
|
|
- CONFIG_SYS_CLOCK_TICKS_PER_SEC=20
|