Files
luban-lite-t3e-pro/packages/third-party/benchmark/stream/Kconfig

13 lines
256 B
Plaintext
Raw Normal View History

2025-09-30 11:56:06 +08:00
menuconfig LPKG_USING_STREAM
bool "STREAM : a benchmark that measures the sustained memory bandwidth."
default n
if LPKG_USING_STREAM
config STREAM_ARRAY_SIZE
int "Stream test array size."
default "200000"
endif