mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 03:15:59 +00:00
We need a bit over 32k of memory to build/run the app_kernel benchmarks. Change-Id: Iddfeb073f8ea87dc6323775a288b83efa88fdaea Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
8 lines
215 B
INI
8 lines
215 B
INI
[test]
|
|
tags = benchmark
|
|
arch_whitelist = x86 arm
|
|
# On my machine, takes about 110 to run, 180 to be safe
|
|
timeout = 300
|
|
slow = True
|
|
filter = ( CONFIG_SRAM_SIZE > 32 or CONFIG_DCCM_SIZE > 32 or CONFIG_RAM_SIZE > 32 )
|