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

13 lines
244 B
Plaintext
Raw Normal View History

2023-08-30 16:21:18 +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