Files
luban-lite/packages/third-party/benchmark/stream/Kconfig
刘可亮 564e22b32f v0.7.5
2023-08-28 09:48:01 +08:00

13 lines
244 B
Plaintext

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